Hulu Ad Skipper | Ad Blocker

Skip ads on Hulu

Что такое Hulu Ad Skipper | Ad Blocker?

Hulu Ad Skipper | Ad Blocker - это расширение Chrome, разработанное TheBestChromeExtensions, и его основная функция - "Skip ads on Hulu".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hulu Ad Skipper | Ad Blocker

Скачайте файлы расширений Hulu Ad Skipper | Ad Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Hulu Ad Skipper | Ad Blocker Hulu Ad Skipper | Ad Blocker
ID pgpdfnkeeppfohmophlpcfmciioeenig
Официальный URL https://chromewebstore.google.com/detail/hulu-ad-skipper-ad-blocke/pgpdfnkeeppfohmophlpcfmciioeenig
Описание Skip ads on Hulu
Размер файла 90.92 KB
Количество установок 111,175
Текущая Версия 1.7.12
Последнее Обновление 2024-02-28
Дата публикации 2020-07-03
Рейтинг 4.04/5 Всего 317 оценок
Разработчик TheBestChromeExtensions
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}