Hulu Ad Blocker

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

Τι είναι το Hulu Ad Blocker;

Το Hulu Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Extension Master, και η κύρια λειτουργία του είναι "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hulu Ad Blocker

Λήψη αρχείων επέκτασης Hulu Ad Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hulu Ad Blocker Hulu Ad Blocker
ID dgjppomomihdmmiefpaalenochdlhpdh
Επίσημο URL https://chromewebstore.google.com/detail/hulu-ad-blocker/dgjppomomihdmmiefpaalenochdlhpdh
Περιγραφή Automatically skip ads on Hulu. Working as Hulu Ad Blocker.
Μέγεθος Αρχείου 70.88 KB
Αριθμός Εγκαταστάσεων 2,564
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-07-22
Ημερομηνία Δημοσίευσης 2022-07-20
Αξιολόγηση 2.08/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Extension Master
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/az-email-extractor/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}