By: qqrm
Inspect and view changes in ChatGPT Better Expierience source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "chat-gpt-better-experience",
"version": "1.0.239",
"description": "Auto-sends ChatGPT dictation transcripts, with optional Temporary Chat auto-enable and chat list auto-expand.",
"permissions": [
"storage",
"downloads"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"host_permissions": [
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_title": "chat-gpt-better-experience",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png"
},
"browser_specific_settings": {
"gecko": {
"id": "chatgpt-dictation-autosend@qqrm-tools"
}
},
"homepage_url": "https://github.com/qqrm/chatgpt-better-experience"
} Best ChatGPT Better Expierience Alternatives
Here are some Firefox add-ons that are similar to ChatGPT Better Expierience: