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__", "version": "0.0.15", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "64": "icon\/64.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "storage", "identity" ], "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuOSI7mOyde3QdjPJzIY6jwti0PLdQoDviwWmHK+Q9SvxaFYBE+0D\/eXAAx2uEN5yIwyJx9EbI83qDcmDGZbLUxuq9g9NLHKeBYvWh4tYD4OIczxO4vkHvor6eQITe95nqhu5JSpxTPTArvQrB7PSTVjQZ9xDjNH\/t02wBgGQQ79QbK9EivvB7CwgFx0I+GL4vtutZmIkUBoFrhXE5BuOELVbPXacELxPsqymQcXWTw+nt0FEBgSnKBSpCq1GAcCQrBRflh0m+RBouN8D6FB150hzWXkHmyJvLB5+vnfhfiD5FJ\/u6psXVw3X2Ts6MjcAgrKm3SK\/Kduy5v0l5mrG1QIDAQAB", "oauth2": { "client_id": "232423127713-tvmiq8m40bau5bupchva33bh58vvjca0.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content-scripts\/content.js" ] } ] }