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": "__MSG_appName__", "description": "__MSG_shortDesc__", "manifest_version": 3, "version": "1.0.3", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.chatgpt.com\/*", "*:\/\/chatgpt.com\/*", "https:\/\/www.transcript-youtube.online\/" ], "js": [ "main.js" ], "all_frames": false, "run_at": "document_start", "world": "MAIN" }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "index.js" ], "css": [ "transcriptor.css" ], "all_frames": false, "world": "ISOLATED" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "identity", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/www.transcript-youtube.online\/" ] }, "oauth2": { "client_id": "842685316407-7jucu5h75kirq3n1b3k92m0mb6spbf83.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }