Hulu Ad Blocker
Automatically skip ads on Hulu. Working as Hulu Ad Blocker.
什麼是Hulu Ad Blocker?
Hulu Ad Blocker是由Extension Master開發的Chrome擴展程式,該擴展的主要功能是“Automatically skip ads on Hulu. Working as Hulu Ad Blocker.”。
擴展截圖
下載Hulu Ad Blocker擴展crx文件
下載Hulu Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hulu Adblock Skip ads on Hulu website. Fast Forwarding Ads on Hulu works as adblocker! Hulu Ad skipper quickly detects ads on Hulu then fast forwards them. Hulu Ad Blocker is working as an ad blocker for Hulu. Feature: Fast forward and skip ads Ad blocking by skipping ads Supports ads skipping ads in Hulu+Live recordings How to use Hulu Ad Skipper: 1. Install the extension 2. Play any video on Hulu's website 3. Done! It will automatically skip/block an ad. Please note that the extension won't work if skip button is not available. Disclaimer : Hulu is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Hulu or any third-party companies.
擴展基本資訊
名稱 | |
ID | dgjppomomihdmmiefpaalenochdlhpdh |
官方網址 | https://chromewebstore.google.com/detail/hulu-ad-blocker/dgjppomomihdmmiefpaalenochdlhpdh |
簡介 | Automatically skip ads on Hulu. Working as Hulu Ad Blocker. |
檔案大小 | 70.88 KB |
安裝次數 | 2,564 |
目前版本 | 1.0.0 |
更新時間 | 2022-07-22 |
上架時間 | 2022-07-20 |
評分 | 2.08/5 共 13 次評分 |
開發者 | Extension Master |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/az-email-extractor/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu Ad Blocker", "version": "1.0.0", "manifest_version": 3, "description": "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.", "icons": { "16": "ICONs16.png", "48": "ICONs48.png", "128": "ICONs128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.hulu.com\/*", "http:\/\/www.hulu.com\/*" ], "content_scripts": [ { "js": [ "main.js", "huluadblocker.min.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.hulu.com\/*" ] } ] } |