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_desc__", "version": "2.6", "manifest_version": 3, "default_locale": "en", "icons": { "32": "assets\/static\/32.png", "64": "assets\/static\/64.png", "128": "assets\/static\/128.png" }, "permissions": [ "storage", "scripting", "tabs", "declarativeNetRequest" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "__MSG_title__" }, "background": { "service_worker": ".\/js\/background.js" }, "options_page": "options.html", "content_scripts": [ { "all_frames": true, "js": [ "js\/skip-ad.js" ], "css": [ "assets\/skip-ad.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "<all_urls>" ] } ] }