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",
"name": "Save GPT",
"version": "1.0.5",
"description": "Save Chat GPT Commands & Unlock More Chat GPT Features",
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat\/*",
"https:\/\/chat.openai.com\/*"
],
"js": [
".\/injectjs\/sidebar.js",
".\/injectjs\/popme.js",
".\/injectjs\/speechme.js",
".\/injectjs\/recognize.js",
".\/assets\/js\/doat.js"
],
"css": [
".\/injectcss\/maincss.css",
".\/injectcss\/mainpage.css",
".\/injectcss\/contractform.css",
".\/injectcss\/popme.css",
".\/injectcss\/loader.css",
".\/injectcss\/recognize.css",
".\/injectcss\/speechme.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/syntaximos.com\/*"
],
"js": [
".\/injectjs\/checklog.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
""
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "assets\/Icon\/16.png",
"24": "assets\/Icon\/24.png",
"32": "assets\/Icon\/32.png",
"64": "assets\/Icon\/64.png",
"128": "assets\/Icon\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"manifest_version": 3
}