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": "Notify All YouTube", "description": "The easiest way to change notification settings to all your YouTube Channels", "version": "0.0.2.1", "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.youtube.com\/feed\/channels" ], "js": [ "ExtPay.js", "common.js", "content.js" ], "css": [ "content.css" ] } ], "action": { "default_popup": ".\/popup.html", "default_title": "Notify All YouTube" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "notifications" ], "icons": { "32": "images\/32.png", "128": "images\/128.png" } }