Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "3.2.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "action": { "default_icon": "assets\/icon\/128.png", "default_popup": "dist\/popup\/index.html" }, "options_ui": { "page": "dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "dist\/background\/index.mjs" }, "icons": { "16": "assets\/icon\/16.png", "48": "assets\/icon\/48.png", "128": "assets\/icon\/128.png" }, "permissions": [ "tabs", "activeTab", "storage" ], "host_permissions": [ "https:\/\/*.chatgpt.com\/*", "https:\/\/chat.openai.com\/*", "https:\/\/www.google-analytics.com\/*", "https:\/\/yuanbao.tencent.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/yuanbao.tencent.com\/*", "https:\/\/chat.deepseek.com\/*", "https:\/\/tongyi.aliyun.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/claude.ai\/*", "https:\/\/grok.com\/*" ], "js": [ "dist\/contentScripts\/index.global.js" ], "css": [ "dist\/contentScripts\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }