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",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionName__",
"version": "1.0.3",
"description": "__MSG_extensionDescription__",
"permissions": [
"storage",
"background",
"unlimitedStorage",
"cookies",
"activeTab"
],
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_icon": "icon-34.png"
},
"options_page": "src\/pages\/options\/index.html",
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/aistudio.google.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/poe.com\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/grok.com\/*"
],
"js": [
"src\/pages\/contentInjected\/index.js"
]
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"assets\/css\/contentStyle1761100053607.chunk.css"
],
"js": [
"src\/pages\/contentUI\/index.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"host_permissions": [
"*:\/\/*\/*"
]
}