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__", "short_name": "SkipAd", "default_locale": "en", "description": "__MSG_desc__", "version": "1.1.1", "icons": { "16": "icon_16.png", "19": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon_38.png" }, "content_scripts": [ { "js": [ "youtube.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ] }