Skip Hulu Ads (Sort of)
This extension warns you when Hulu ads are over
什么是Skip Hulu Ads (Sort of)?
Skip Hulu Ads (Sort of)是由Trufa开发的Chrome扩展程序,该扩展的主要功能是“This extension warns you when Hulu ads are over”。
扩展截图
下载Skip Hulu Ads (Sort of)扩展crx文件
下载Skip Hulu Ads (Sort of)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will add a text input box right beside the search box in every hulu.com page. To use, when an ad comes, just copy the amount of seconds left in the ad in the box and hit return [See screenshot 1]. Mute the sound if you wish, and go do whatever you like, an alert will notify you when the time is done, un-mute the volume [See screenshot 2]. --- Since there might not be a way to actually skip the ads, I guess this is the second best.
扩展基本信息
名称 | Skip Hulu Ads (Sort of) |
ID | jhgpnofhcebhlkicgoibckmfgmncdkmh |
官方URL | https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh |
简介 | This extension warns you when Hulu ads are over |
文件大小 | 55.73 KB |
安装次数 | 295 |
当前版本 | 1.2 |
更新时间 | 2013-04-15 |
上架时间 | 2013-04-15 |
评分 | 2.00/5 共24次评分 |
开发者 | Trufa |
付费类型 | free |
扩展官网 | http://trufa.github.io/Skip-Hulu-ads-sort-of/ |
支持的语言 | en |
manifest.json | |
{ "web_accessible_resources": [ "images\/hourglass.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension warns you when Hulu ads are over", "name": "Skip Hulu Ads (Sort of)", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png", "16": "images\/icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.hulu.com\/*" ], "js": [ "jquery.min.js", "script.js" ] } ], "manifest_version": 2, "version": "1.2" } |