Adblocker for Hulu

blocks ad on hulu & youtube ads

Adblocker for Hulu là gì?

Adblocker for Hulu là một tiện ích mở rộng Chrome được phát triển bởi Hulu Adblocker, và tính năng chính của nó là "blocks ad on hulu & youtube ads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adblocker for Hulu

Tải xuống các tệp mở rộng Adblocker for Hulu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Adblocker for Hulu Adblocker for Hulu
ID lifdjpakmphebiefoaocffibmmiebdbh
URL Chính Thức https://chromewebstore.google.com/detail/adblocker-for-hulu/lifdjpakmphebiefoaocffibmmiebdbh
Mô tả blocks ad on hulu & youtube ads
Kích Thước Tệp 77.77 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-05
Ngày Phát Hành 2023-06-04
Nhà Phát Triển Hulu Adblocker
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}