Hulu adblocker

Eliminate interruptions, enjoy hulu movies and shows ad-free

Hulu adblockerとは何ですか?

Hulu adblockerはEven Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Eliminate interruptions, enjoy hulu movies and shows ad-free」です。

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

screenshot
screenshot
screenshot

Hulu adblocker拡張機能のCRXファイルをダウンロード

Hulu adblocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hulu adblocker enhances the streaming experience on Hulu by seamlessly fast-forwarding through ads, saving users valuable time during their content consumption. Additionally, it provides an ad-free browsing experience by effectively blocking annoying popup ads on various websites, allowing users to enjoy uninterrupted browsing sessions. Say goodbye to ad interruptions and enjoy seamless content streaming and web browsing with this all-in-one extension.                    

拡張機能の基本情報

名前 Hulu adblocker Hulu adblocker
ID pkijkmidgjanbkpfbpdoibadpdkpcchk
公式URL https://chromewebstore.google.com/detail/hulu-adblocker/pkijkmidgjanbkpfbpdoibadpdkpcchk
説明 Eliminate interruptions, enjoy hulu movies and shows ad-free
ファイルサイズ 143 KB
インストール数 334
現在のバージョン 1.0.0
最終更新日 2023-10-03
公開日 2023-10-03
評価 5.00/5 合計 25 レビュー
開発者 Even Extensions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.huluadblocker.net/
ヘルプページのURL https://www.huluadblocker.net/support
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hulu adblocker",
    "description": "Eliminate interruptions, enjoy hulu movies and shows ad-free ",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "hulu16x16.png",
        "48": "hulu48x48.png",
        "128": "hulu128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Hulu adblocker",
        "default_icon": "hulu16x16.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "hulu.js"
            ]
        }
    ]
}