Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.2",
"content_scripts": [
{
"all_frames": true,
"js": [
"src\/content.js"
],
"matches": [
"https:\/\/chat.openai.com\/*"
],
"run_at": "document_end"
}
],
"description": "Better ChatGPT experience. Hide annoyances.",
"icons": {
"48": "img\/48.png",
"128": "img\/128.png"
},
"name": "Enhancer for ChatGPT",
"manifest_version": 3,
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/chat.openai.com\/*"
]
}