Inspect and view changes in ChatterKeep source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "ChatterKeep",
"author": "Eun",
"version": "2.4.8",
"description": "Offering hundreds of Chinese and English prompts, downloading conversations, and uploading files.",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https://chat.openai.com/*"
],
"js": [
"./scripts/tools/xlsx.full.min.js",
"./scripts/tools/mammoth.browser.min.js",
"./scripts/tools/pdf.worker.min.js",
"./scripts/tools/pdf.min.js",
"./scripts/tools/prompts-eng-zh.js",
"./scripts/tools/bootstrap.bundle.min.js",
"./scripts/tools/modalCSS.js",
"./scripts/tools/chart.js",
"./scripts/modal.js",
"./scripts/popup.js",
"./scripts/prompts.js",
"./scripts/content.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "./image/icon-128.png",
"256": "./image/icon-256.png",
"512": "./image/icon-512.png"
},
"action": {
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}