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_appName__",
"version": "1.0.7",
"description": "__MSG_appDesc__",
"author": "Vadym Trebushnyi(CepeshRC)",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"sidePanel",
"scripting"
],
"host_permissions": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"side_panel": {
"default_path": "popup.html"
},
"action": {
"default_title": "__MSG_actionTitle__"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
},
"description": "__MSG_commandDesc__"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"themes\/*.css",
"themes\/*.js",
"theme-backgrounds\/*",
"assets\/**\/*",
"popup.css",
"akralys.html",
"akralys.css",
"akralys.js",
"icons\/icon128.png",
"success\/*"
],
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
]
}
]
}