Hulu Ad Skipper | Ad Blocker

Skip ads on Hulu

Hvad er Hulu Ad Skipper | Ad Blocker?

Hulu Ad Skipper | Ad Blocker er en Chrome-udvidelse udviklet af TheBestChromeExtensions, og dens hovedfunktion er "Skip ads on Hulu".

Udvidelsesskærmbilleder

screenshot

Download Hulu Ad Skipper | Ad Blocker-udvidelses-CRX-fil

Download Hulu Ad Skipper | Ad Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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! **❗⚠                    

Grundlæggende oplysninger om udvidelsen

Navn Hulu Ad Skipper | Ad Blocker Hulu Ad Skipper | Ad Blocker
ID pgpdfnkeeppfohmophlpcfmciioeenig
Officiel URL https://chromewebstore.google.com/detail/hulu-ad-skipper-ad-blocke/pgpdfnkeeppfohmophlpcfmciioeenig
Beskrivelse Skip ads on Hulu
Filstørrelse 90.92 KB
Antal Installationer 111,175
Nuværende Version 1.7.12
Senest Opdateret 2024-02-28
Udgivelsesdato 2020-07-03
Bedømmelse 4.04/5 Samlet 317 Bedømmelser
Udvikler TheBestChromeExtensions
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}