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", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "SpeakerYoutube", "version": "1.1.0", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "__MSG_name__", "default_popup": "index.html" }, "side_panel": { "default_path": "index.html" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/chat.openai.com\/*", "*:\/\/chatgpt.com\/*" ], "run_at": "document_start", "css": [ "css\/yt_ai_summary.css" ], "js": [ "tools\/summary\/index.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "css": [ "css\/sweetalert2.min.css", "css\/dark.css" ], "js": [ "js\/sweetalert2.all.min.js", "tools\/alertaviso.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "context\/content.js" ], "css": [ "css\/barra.css" ], "all_frames": true, "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "default", "path": "rules.json" } ] }, "permissions": [ "tabs", "activeTab", "storage", "sidePanel", "background", "scripting", "declarativeContent", "declarativeNetRequest", "declarativeNetRequestFeedback", "system.display" ], "web_accessible_resources": [ { "resources": [ "*.css", "*.js", "*.jpg", "*.JPG", "*.PNG", "*.png" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "trusted-types policy-name; script-src 'self'; object-src 'self'" }, "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/chat.openai.com\/*", "*:\/\/chatgpt.com\/*" ], "commands": { "enableEvent": { "description": "__MSG_KeyboardShortcutNameEnableEvent__" }, "disableEvent": { "description": "__MSG_KeyboardShortcutNameDisableEvent__" } } }