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