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",
"version": "1.0.4",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"identity",
"downloads",
"webRequest"
],
"host_permissions": [
"*:\/\/*.soravideodownloader.extensionsbox.com\/*",
"*:\/\/*.chatgpt.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.chatgpt.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkcONwzBItn5+0u3uV5AADnDwA2hYwdCf3v5nYIUH6TJV8OoSSCL+7AxS\/kxEMld+8Z2gyDWlmXranfl6etGLG0tcXrEZ6AL+HM1uxLyPRGlPI102745Txj8Eq0z\/S3Tu3MsxHZ9V81EdmJ2M9gShWhhZzoS0RdwAeNIq5GwgXAC5eaAqx0XxqWlY7q+hirVdPXgStsQqlDdsikDpwoTaCxG2y34wNueNFd1Ub65+FoqSQKJLFov4OnkE5S6ulbGkhSHaW0lBHmX8XpM5tvn5tbSc3+6XtuzMbNu4EFyBspL6D0SQUOJu6CGyxAd9lAIebmsrVDYsLcgVfWLpA4P3uwIDAQAB",
"oauth2": {
"client_id": "366311567077-s5vrq0ifpc380qi4ur8regcov6osfohk.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}