Hulu Ad Skipper | Ad Blocker

Skip ads on Hulu

Qu'est-ce que Hulu Ad Skipper | Ad Blocker ?

Hulu Ad Skipper | Ad Blocker est une extension Chrome développée par TheBestChromeExtensions, et sa fonction principale est "Skip ads on Hulu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hulu Ad Skipper | Ad Blocker

Téléchargez les fichiers d'extension Hulu Ad Skipper | Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hulu Ad Skipper | Ad Blocker Hulu Ad Skipper | Ad Blocker
ID pgpdfnkeeppfohmophlpcfmciioeenig
URL Officiel https://chromewebstore.google.com/detail/hulu-ad-skipper-ad-blocke/pgpdfnkeeppfohmophlpcfmciioeenig
Description Skip ads on Hulu
Taille du Fichier 90.92 KB
Nombre d'Installations 111,175
Version Actuelle 1.7.12
Dernière Mise à Jour 2024-02-28
Date de Publication 2020-07-03
Évaluation 4.04/5 Total 317 Évaluations
Développeur TheBestChromeExtensions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}