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 Extended: boost your viewing",
"description": "Boost your viewing experience on Hulu: adjust speed, skip intros & recaps, hide spoilers.",
"version": "1.2.5",
"manifest_version": 3,
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.hulu.com\/*"
],
"action": {
"default_icon": "hulu-extended.png"
},
"content_scripts": [
{
"js": [
"options.js",
"extensionEngine.js",
"injectedEngine.js"
],
"css": [
"injected.css",
"modalFrame.css",
"otherCssFromExtension.css"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"icons": {
"128": "hulu-extended.png"
},
"web_accessible_resources": [
{
"resources": [
"hulu-extended.png",
"bubble.svg",
"times-solid.svg"
],
"matches": [
"*:\/\/*.hulu.com\/*"
]
}
],
"background": {
"service_worker": "huluExtensionBackground.js"
}
}