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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |