Hulu Ad Blocker

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

Hulu Ad Blocker क्या है?

Hulu Ad Blocker Extension Master द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically skip ads on Hulu. Working as Hulu Ad Blocker."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hulu Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}