Inspect and view changes in Restore Missing Edit Button for ChatGPT source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Restore Missing Edit Button for ChatGPT",
"version": "1.0.0",
"description": "This extension restores the missing Edit button on ChatGPT conversations.",
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"https://chat.openai.com/*"
],
"icons": {
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon48.png"
}
}