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_name__", "description": "__MSG_description__", "version": "3.7.3", "default_locale": "en", "minimum_chrome_version": "105", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_start", "world": "MAIN" } ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "permissions": [ "storage", "fontSettings" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "manifest_version": 3, "externally_connectable": { "matches": [ "https:\/\/www.youtube.com\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1YZIiAdnUjDJz5cQxinzee+Oii+aKo8EQ3f18dGfHBx0jhiYFU\/Xt7MwERRuJL67Iw4n8REa3Fbsrw9g9iX7tRtVQ5Lmu2pjcwtvCgP0\/idg2qv3WuTSUlD6i0bq6qzO7RIcpA4dHwL2+ABFqOiuOj8TCoKZLVu7ElsOJZV5snydooAac+ZrD\/Rx3cjdjplUH9p+SH1PtjVhS30bQzrRG\/ihkzH\/Nu+qMMiPn0WUDBLkFUtQxboZZsp+ppy2TRU9MoBGqU9Jiu0QQeIVUljA\/Q7TuagxIU5W4nD6rxd+lrYbcPyU0VODwD23gGokE98A4KAhHXYnepeJ15G7zElU9QIDAQAB", "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] }