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 [QVI]",
"version": "1.7.29",
"manifest_version": 3,
"options_page": "options.html",
"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": [
"hulu_content.min.js",
"content.js"
],
"run_at": "document_end",
"matches": [
"https:\/\/www.hulu.com\/*"
]
}
],
"background": {
"service_worker": "onInstalled.js"
},
"web_accessible_resources": [
{
"resources": [
"loading-gif.gif",
"patcher.js"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
]
}