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__",
"description": "__MSG_extensionDescription__",
"version": "3.6.3",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"activeTab",
"storage",
"cookies",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules\/request_modifier_rule.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"inject-web.js"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"https:\/\/aistudio.google.com\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/poe.com\/*",
"https:\/\/tongyi.aliyun.com\/*",
"https:\/\/www.google.co.uk\/*",
"https:\/\/www.google.com.hk\/*",
"https:\/\/www.google.com\/*",
"https:\/\/yuanbao.tencent.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "AI Exporter Actions",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/aistudio.google.com\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/poe.com\/*",
"https:\/\/tongyi.aliyun.com\/*",
"https:\/\/www.google.co.uk\/*",
"https:\/\/www.google.com.hk\/*",
"https:\/\/www.google.com\/*",
"https:\/\/yuanbao.tencent.com\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/start.js"
]
}
]
}