Adblocker for Hulu

blocks ad on hulu & youtube ads

Adblocker for Huluとは何ですか?

Adblocker for HuluはHulu Adblockerによって開発されたChromeの拡張機能で、その主な機能は「blocks ad on hulu & youtube ads」です。

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

screenshot

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

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

拡張機能の使用方法

                        Are you annoyed with ads while you're watching your favorite shows on Hulu? Look no further than Hulu AdBlocker! This extension blocks all ads on Hulu, so you can watch the content without interruptions. 

Key Features: 

>>Block all ads on Hulu, including commercials and sponsored content 

>>Works with all versions of Hulu, including the web player and desktop app 

>>Easy to use and install 

>>No more waiting through ads to get back to your show 

 

How to Use: 

 >>Download and install the Hulu AdBlocker extension by clicking on the “Add to Chrome” 

>>Open up Hulu in your browser  

>>Start watching your favorite show and enjoy an ad-free experience!                    

拡張機能の基本情報

名前 Adblocker for Hulu Adblocker for Hulu
ID lifdjpakmphebiefoaocffibmmiebdbh
公式URL https://chromewebstore.google.com/detail/adblocker-for-hulu/lifdjpakmphebiefoaocffibmmiebdbh
説明 blocks ad on hulu & youtube ads
ファイルサイズ 77.77 KB
インストール数 39
現在のバージョン 1.0.0
最終更新日 2023-06-05
公開日 2023-06-04
開発者 Hulu Adblocker
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for Hulu",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "blocks ad on hulu & youtube ads",
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "blockingRules.json"
            }
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "content.js",
                "hulu.min.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "onInstalled.js"
    }
}