Hulu Ad Skipper | Ad Blocker

Skip ads on Hulu

Hulu Ad Skipper | Ad Blockerとは何ですか?

Hulu Ad Skipper | Ad BlockerはTheBestChromeExtensionsによって開発されたChromeの拡張機能で、その主な機能は「Skip ads on Hulu」です。

拡張機能のスクリーンショット

screenshot

Hulu Ad Skipper | Ad Blocker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}