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
官方網址 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"
    }
}