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",
"description": "__MSG_extensionDescription__",
"version": "1.48",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"author": "openHacking",
"homepage_url": "http:\/\/chatopenai.pro\/",
"options_page": "options.html",
"permissions": [
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*",
"identity",
"webNavigation",
"webRequest",
"activeTab",
"alarms"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "48.png"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"128.png",
"48.png",
"16.png"
],
"matches": []
}
]
}