Automatically Skip Hulu Ads

A chrome extension that automatically skips Hulu Ads.

Hvad er Automatically Skip Hulu Ads?

Automatically Skip Hulu Ads er en Chrome-udvidelse udviklet af Adisoni, og dens hovedfunktion er "A chrome extension that automatically skips Hulu Ads.".

Udvidelsesskærmbilleder

screenshot

Download Automatically Skip Hulu Ads-udvidelses-CRX-fil

Download Automatically Skip Hulu Ads-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

                        A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.                    

Grundlæggende oplysninger om udvidelsen

Navn Automatically Skip Hulu Ads Automatically Skip Hulu Ads
ID plabahifjnfhbllgppohefkgpcfbillk
Officiel URL https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk
Beskrivelse A chrome extension that automatically skips Hulu Ads.
Filstørrelse 40.62 KB
Antal Installationer 4,046
Nuværende Version 1.4
Senest Opdateret 2021-07-16
Udgivelsesdato 2019-05-26
Bedømmelse 3.53/5 Samlet 19 Bedømmelser
Udvikler Adisoni
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automatically Skip Hulu Ads",
    "description": "A chrome extension that automatically skips Hulu Ads.",
    "version": "1.4",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ]
        }
    ],
    "icons": {
        "1000": "icon.png"
    }
}