Hulu Ad Blocker
Automatically skip ads on Hulu. Working as Hulu Ad Blocker.
Qu'est-ce que Hulu Ad Blocker ?
Hulu Ad Blocker est une extension Chrome développée par Extension Master, et sa fonction principale est "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hulu Ad Blocker
Téléchargez les fichiers d'extension Hulu Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hulu Adblock Skip ads on Hulu website. Fast Forwarding Ads on Hulu works as adblocker! Hulu Ad skipper quickly detects ads on Hulu then fast forwards them. Hulu Ad Blocker is working as an ad blocker for Hulu. Feature: Fast forward and skip ads Ad blocking by skipping ads Supports ads skipping ads in Hulu+Live recordings How to use Hulu Ad Skipper: 1. Install the extension 2. Play any video on Hulu's website 3. Done! It will automatically skip/block an ad. Please note that the extension won't work if skip button is not available. Disclaimer : Hulu is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Hulu or any third-party companies.
Informations de Base sur l'Extension
Nom | |
ID | dgjppomomihdmmiefpaalenochdlhpdh |
URL Officiel | https://chromewebstore.google.com/detail/hulu-ad-blocker/dgjppomomihdmmiefpaalenochdlhpdh |
Description | Automatically skip ads on Hulu. Working as Hulu Ad Blocker. |
Taille du Fichier | 70.88 KB |
Nombre d'Installations | 2,564 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-07-22 |
Date de Publication | 2022-07-20 |
Évaluation | 2.08/5 Total 13 Évaluations |
Développeur | Extension Master |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/az-email-extractor/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu Ad Blocker", "version": "1.0.0", "manifest_version": 3, "description": "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.", "icons": { "16": "ICONs16.png", "48": "ICONs48.png", "128": "ICONs128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.hulu.com\/*", "http:\/\/www.hulu.com\/*" ], "content_scripts": [ { "js": [ "main.js", "huluadblocker.min.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.hulu.com\/*" ] } ] } |