稳定信号免费/含内购高风险权限组合
ExportGPT: Export ChatGPT Conversation icon

ExportGPT: Export ChatGPT Conversation

All-in-one ChatGPT conversation export plugin, copy or export ChatGPT web page content, support multiple formats

用户数30K当前公开安装规模
评分3.3商店平均评分
评论数59公开评论体量
Manifest 版本V3插件平台版本
7日增长0近 7 天净增用户
7日增长率0%相对周增长速度
视觉预览

ExportGPT: Export ChatGPT Conversation 媒体预览

6 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

30K30K30K30K30K2026年7月15日2026年7月18日2026年7月21日最新值: 30K
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
3.34
最新值
3.34
7 日评分变化
0.00
3.243.293.343.393.442026年7月15日2026年7月18日2026年7月21日最新值: 3.34
2026年7月15日2026年7月21日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长持平
00%
30日增长增长
+10K+50%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本1.53
ManifestV3
大小484KiB
语言数55Deutsch / English / English (Australia) +52
发布时间
最近更新
最近抓取
DeutschEnglishEnglish (Australia)English (United Kingdom)English (United States)FilipinoIndonesiaKiswahiliMelayuNederlandsTiếng ViệtTürkçe
简介

插件简介

查看插件说明、主要功能和适用场景。

📙 Feature Description

Quickly copy or export ChatGPT conversations from the sidebar button, download and save chat history with one click.

📋 Supported Export Formats

Export ChatGPT conversations to Markdown, screenshot, PDF, HTML, Excel, etc.

Go to the homepage to see all supported formats:

https://chatopenai.pro/exportgpt/

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级3.3Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分3.1仅基于下方已同步评论正文计算
有内容评论47已同步的评论正文数量
总评分/评论数59Chrome 商店公开评分/评论计数

商店综合星级:3.3。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
16
4
7
3
4
2
7
1
13
VyKost2026年6月24日
2

**Chrome Web Store Policy Violation Report: ExportGPT Extension** This extension contains credential-stealing malware that violates Chrome Web Store policies: 1. **Token theft**: Uses `chrome.webRequest.onBeforeSendHeaders` with `<all_urls>` permission to intercept and extract Authorization headers (Bearer tokens) from `https://chat.openai.com/backend-api/conversations` requests, enabling account takeover. 2. **Credential exposure**: Passes stolen tokens to its content script via `chrome.tabs.sendMessage`, where they are injected into the ChatGPT page DOM (`innerText`), making them accessible to any page script. 3. **Data exfiltration**: Performs scheduled silent uploads to external servers (`exportgpt.pro/api/me`, `chatopenai.pro/wp-json/custom/v1/member-info`) including user identifiers and session data with `credentials:"include"`. 4. **Policy violations**: - Requests excessive `<all_urls>` permissions not required for stated ChatGPT export functionality - Engages in covert credential harvesting without clear user consent or disclosure - Misleads users via denials in store responses despite observable malicious behavior This extension actively compromises user accounts and should be removed immediately for malware/phishing violations. (Reported under Chrome Web Store's Malware/Security Violations policy)

版本 1.66语言 en
Callie Shi2026年6月22日
2

I've been using this extension for about a year and it's not working correctly lately. It's scrolling through my conversation, but it's not copying or sending the full text. There are chunks missing. And a lot of the text is garbled symbols. Please fix this!

版本 1.65语言 en
1 有用 · 0 无用
Laura Narvaez2026年6月20日
1

Their latest update has destroyed how this exporter works. It no longer fully exports long conversations and it makes the user watch the extension scroll through the conversations without even finishing the scrolling. The Pro version works just as badly. It was working fine months ago, now no more.

版本 1.65语言 en
1 有用 · 0 无用
Raymond Garraty2026年6月2日
5

good

版本 1.61语言 en
Dezhonger Zhang2026年5月17日
4

导出markdown不全, 丢失了很多对话. 之前是没有这个问题的, 猜测和chatgpt最近更新的部分加载策略有关?

版本 1.56语言 zh
gg ki2026年5月11日
3

导出的markdown不全

版本 1.55语言 zh
1 有用 · 0 无用
Dan-E Lawless2026年4月30日
1

Bitdefender reports ext as a Phishing credential stealing POS malware cancer virus and that the author has anal herpes as well as technically being a 40 y.o virgin and a small, limp kcoc with a rancid, permeating odour of inferiority and failure. Can't even launch his tihs malware without being detected before it can be in any way effective, just like his kcoc. F U C Also if Bitdefender is detecting this sht WHY ARE YOU SERVING IT FROM YOUR STORE CHROME? Do better losers.

版本 1.55语言 en
0 有用 · 4 无用
Ikuyo Kita2026年4月21日
5

great

版本 1.55语言 en
1 有用 · 0 无用
Layth2026年4月9日
2

I mean it worked but it's genuinely so suspicious that you shouldn't try it. If you want to download your chatgpt chats, look for other options. I was an idiot for downloading this onto my pc.

版本 1.54语言 en
Caleb Hottes2026年4月2日
1

This is a virus. I analyzed the source code and right here in the service worker it send your authorization tokens to their website. This allows the extension publisher to log into your chatGPT account. chrome.webRequest.onBeforeSendHeaders.addListener(function (e) { if (e.url.includes("/backend-api/conversations")) { const s = e.requestHeaders; if (s.length > 0) { const e = s.find(e => "Authorization" === e.name); e && r({requestAccessToken: e.value}); } } }, {urls: ["<all_urls>"]}, ["requestHeaders"]) EDIT also I just realized its april fools, thats unfortunate, I'm not lying.

版本 1.54语言 en