By: Karl Stencell
Inspect and view changes in FatGPT — ChatGPT Width Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "FatGPT — ChatGPT Width Control",
"short_name": "FatGPT",
"version": "1.0.2",
"description": "Widen or narrow the ChatGPT conversation column with a slider or keyboard shortcuts.",
"author": "Karl Stencell",
"homepage_url": "https://github.com/kstencell/fatgpt",
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "FatGPT"
},
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/favicon-16x16.jpg",
"32": "icons/favicon-32x32.jpg",
"48": "icons/favicon-48x48.jpg",
"96": "icons/favicon-96x96.jpg",
"128": "icons/favicon-128x128.jpg"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.0",
"id": "fatgpt@karlstencell.dev"
}
}
} Best FatGPT — ChatGPT Width Control Alternatives
Here are some Firefox add-ons that are similar to FatGPT — ChatGPT Width Control: