Inspect and view changes in SaveChat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "SaveChat",
"version": "1.0.1",
"description": "Save ChatGPT responses with one click.",
"icons": {
"16": "icons/favicon-16x16.png",
"32": "icons/favicon-32x32.png"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https://chatgpt.com/*",
"https://*.chatgpt.com/*"
],
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*",
"https://*.chatgpt.com/*"
],
"js": [
"content-detection.js",
"content-button.js",
"content-storage.js",
"content.js"
],
"css": [
"content.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_title": "SaveChat - View Saved Responses",
"default_icon": {
"16": "icons/favicon-16x16.png",
"32": "icons/favicon-32x32.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
{
"resources": [
"saved-responses.html",
"saved-responses.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "savechat@webextensions",
"strict_min_version": "121.0"
}
}
} Best SaveChat Alternatives
Here are some Firefox add-ons that are similar to SaveChat:
GPT Response Downloader
Eugene M
Save GPT
Piyush Santwani
GPTSave
Nesae
gpt-copy
shantanu
Save Chat - AI chat backup
DragonWarriorWorks
ChatGPT Message Saver
Nimaj2002
ChatGPT Clipper
baslie
ChatGPT Export to PDF
Anna
ChatGPT to PDF
Utility Ninja
Download ChatGPT
khashayar
Prompt Shortcuts for ChatGPT
Tteokbokki
ChatGPT Prompt Queue
Skipeon