Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
什麼是Automatically Skip Hulu Ads?
Automatically Skip Hulu Ads是由Adisoni開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that automatically skips Hulu Ads.”。
擴展截圖
下載Automatically Skip Hulu Ads擴展crx文件
下載Automatically Skip Hulu Ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.
擴展基本資訊
名稱 | Automatically Skip Hulu Ads |
ID | plabahifjnfhbllgppohefkgpcfbillk |
官方網址 | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
簡介 | A chrome extension that automatically skips Hulu Ads. |
檔案大小 | 40.62 KB |
安裝次數 | 4,046 |
目前版本 | 1.4 |
更新時間 | 2021-07-16 |
上架時間 | 2019-05-26 |
評分 | 3.53/5 共 19 次評分 |
開發者 | Adisoni |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Automatically Skip Hulu Ads", "description": "A chrome extension that automatically skips Hulu Ads.", "version": "1.4", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.hulu.com\/*" ] } ], "icons": { "1000": "icon.png" } } |