Hulu Ad Skipper | Ad Blocker
Skip ads on Hulu
Was ist Hulu Ad Skipper | Ad Blocker?
Hulu Ad Skipper | Ad Blocker ist eine Chrome-Erweiterung, die von TheBestChromeExtensions entwickelt wurde, und ihr Hauptmerkmal ist "Skip ads on Hulu".
Erweiterungsscreenshots
Hulu Ad Skipper | Ad Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hulu Ad Skipper | Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fast Forward Through Commercials on Hulu and block ads! Our Ad skipper detects ads then mutes and fast forwards through them. It's essentially an ad blocker for Hulu. Now supports skipping ads in Live recordings Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extensions hold no association or affiliation with them or any third-party companies. ⚠❗** Please note: Our team is aware that some users have experienced issues with our product. We are actively working on finding a solution. If you have encountered a bug, please consider providing detailed information about the circumstances and steps leading up to the problem. Your feedback will be of immense help to our QA team. Thanks for understanding! **❗⚠
Grundlegende Informationen zur Erweiterung
Name | Hulu Ad Skipper | Ad Blocker |
ID | pgpdfnkeeppfohmophlpcfmciioeenig |
Offizielle URL | https://chromewebstore.google.com/detail/hulu-ad-skipper-ad-blocke/pgpdfnkeeppfohmophlpcfmciioeenig |
Beschreibung | Skip ads on Hulu |
Dateigröße | 90.92 KB |
Installationsanzahl | 111,175 |
Aktuelle Version | 1.7.12 |
Letztes Update | 2024-02-28 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 4.04/5 Insgesamt 317 Bewertungen |
Entwickler | TheBestChromeExtensions |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu Ad Skipper | Ad Blocker", "version": "1.7.12", "manifest_version": 3, "description": "Skip ads on Hulu", "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.hulu.com\/*", "http:\/\/www.hulu.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js", "hulu.min.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.hulu.com\/*" ] } ], "background": { "service_worker": "onInstalled.js" } } |