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