Scale ChatGPT output to 100% width. Source in description.
Works for free and paid version.
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": "WideGPT",
"version": "1.3",
"description": "Scale Chat-GPT output to 100% width.",
"browser_specific_settings": {
"gecko": {
"id": "{354273a1-bbac-450b-95d2-10700836bba2}"
}
},
"permissions": [],
"content_scripts": [
{
"matches": [
"*://*.chatgpt.com/*"
],
"js": [
"content.js"
]
}
]
}