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,
"version": "5.4",
"author": "Juraj M\u00e4siar",
"default_locale": "en",
"name": "__MSG_app_name__",
"description": "__MSG_app_desc__",
"icons": {
"48": "48.png",
"128": "128.png"
},
"background": {
"service_worker": "background.loader.js"
},
"action": {
"default_icon": {
"128": "128.png"
},
"default_popup": "popup\/popup.html?popup=true"
},
"options_ui": {
"page": "popup\/popup.html",
"open_in_tab": true
},
"commands": {
"open_ai": {
"suggested_key": {
"default": "Alt+I"
},
"description": "Open modal window."
},
"ai_action_1": {
"suggested_key": {
"default": "Alt+1"
},
"description": "AI Action 1"
},
"ai_action_2": {
"suggested_key": {
"default": "Alt+2"
},
"description": "AI Action 2"
},
"ai_action_3": {
"suggested_key": {
"default": "Alt+3"
},
"description": "AI Action 3"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.chatgpt.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"browser-polyfill.min.js",
"content_scripts\/ai.cs.js"
]
}
],
"permissions": [
"contextMenus",
"storage",
"activeTab",
"scripting",
"declarativeNetRequestWithHostAccess"
],
"optional_host_permissions": [
"*:\/\/*.github.com\/*",
"*:\/\/*.grok.com\/*",
"*:\/\/*.artifacts.grokusercontent.com\/*",
"*:\/\/*.perplexity.ai\/*",
"*:\/\/*.lumo.proton.me\/*",
"*:\/\/*.chat.mistral.ai\/*",
"*:\/\/*.chat.deepseek.com\/*",
"*:\/\/*.gemini.google.com\/*",
"*:\/\/*.claude.ai\/*"
],
"host_permissions": [
"*:\/\/*.chatgpt.com\/*"
],
"optional_permissions": [
"browsingData"
],
"web_accessible_resources": [
{
"resources": [
"popup\/popup.css",
"popup\/popup.html",
"popup\/popup.js",
"utils\/svg\/resize-corner.svg"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
],
"incognito": "split"
}