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" } |