Inspect and view changes in ChatGPT Default Model Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ChatGPT Default Model Selector",
"version": "1.0",
"description": "Change the default GPT model version of ChatGPT",
"icons": {
"128": "icon/icon128.png"
},
"applications": {
"gecko": {
"id": "chatgpt-model-selector@your-domain.com",
"strict_min_version": "57.0"
}
},
"browser_action": {
"default_popup": "src/pages/popup.html",
"default_icon": {
"128": "icon/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"*://chat.openai.com/*"
],
"js": [
"src/change-version.js"
]
}
],
"permissions": [
"storage"
]
} Best ChatGPT Default Model Selector Alternatives
Here are some Firefox add-ons that are similar to ChatGPT Default Model Selector: