Hulu Ad Blocker

Automatically skip ads on Hulu. Working as Hulu Ad Blocker.

Cos'è Hulu Ad Blocker?

Hulu Ad Blocker è un'estensione di Chrome sviluppata da Extension Master, e la sua funzione principale è "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hulu Ad Blocker

Scarica i file di estensione Hulu Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hulu Ad Blocker Hulu Ad Blocker
ID dgjppomomihdmmiefpaalenochdlhpdh
URL Ufficiale https://chromewebstore.google.com/detail/hulu-ad-blocker/dgjppomomihdmmiefpaalenochdlhpdh
Descrizione Automatically skip ads on Hulu. Working as Hulu Ad Blocker.
Dimensione del File 70.88 KB
Conteggio Installazioni 2,564
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-07-22
Data di Pubblicazione 2022-07-20
Valutazione 2.08/5 Totale 13 Valutazioni
Sviluppatore Extension Master
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/az-email-extractor/privacy-policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}