Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
What is Automatically Skip Hulu Ads?
Automatically Skip Hulu Ads is a Chrome extension developed by Adisoni, and its main feature is "A chrome extension that automatically skips Hulu Ads.".
Extension Screenshots
Download Automatically Skip Hulu Ads Extension CRX File
Download Automatically Skip Hulu Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.
Extension Basic Information
Name | Automatically Skip Hulu Ads |
ID | plabahifjnfhbllgppohefkgpcfbillk |
Official URL | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
Description | A chrome extension that automatically skips Hulu Ads. |
File Size | 40.62 KB |
Installation Count | 4,046 |
Current Version | 1.4 |
Last Updated | 2021-07-16 |
Publish Date | 2019-05-26 |
Rating | 3.53/5 Total 19 Ratings |
Developer | Adisoni |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Automatically Skip Hulu Ads", "description": "A chrome extension that automatically skips Hulu Ads.", "version": "1.4", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.hulu.com\/*" ] } ], "icons": { "1000": "icon.png" } } |