Hulu AD Skipper - Hulu AdBlock
Skip ads on Hulu
什麼是Hulu AD Skipper - Hulu AdBlock?
Hulu AD Skipper - Hulu AdBlock是由Teleparty Extension開發的Chrome擴展程式,該擴展的主要功能是“Skip ads on Hulu”。
擴展截圖
下載Hulu AD Skipper - Hulu AdBlock擴展crx文件
下載Hulu AD Skipper - Hulu AdBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hulu AD Skipper 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 AD Skipper - Hulu AdBlock |
ID | anhgjmaaemikgbjmepfhljpldddlendl |
官方網址 | https://chromewebstore.google.com/detail/hulu-ad-skipper-hulu-adbl/anhgjmaaemikgbjmepfhljpldddlendl |
簡介 | Skip ads on Hulu |
檔案大小 | 146 KB |
安裝次數 | 48 |
目前版本 | 1.0.0 |
更新時間 | 2023-12-25 |
上架時間 | 2023-12-25 |
開發者 | Teleparty Extension |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu AD Skipper - Hulu AdBlock", "description": "Skip ads on Hulu ", "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 AD Skipper - Hulu AdBlock", "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" ] } ] } |