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": "Hulu Ad Skipper | Ad Blocker", "version": "1.7.24", "manifest_version": 3, "description": "Skip ads on Hulu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.hulu.com\/*", "http:\/\/www.hulu.com\/*" ], "permissions": [ "alarms", "storage" ], "content_scripts": [ { "js": [ "content.js", "hulu_content.min.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.hulu.com\/*" ] } ], "background": { "service_worker": "onInstalled.js" }, "web_accessible_resources": [ { "resources": [ "loading-gif.gif" ], "matches": [ "*:\/\/*.hulu.com\/*" ] } ] }