Skip Hulu Ads (Sort of)
This extension warns you when Hulu ads are over
Что такое Skip Hulu Ads (Sort of)?
Skip Hulu Ads (Sort of) - это расширение Chrome, разработанное Trufa, и его основная функция - "This extension warns you when Hulu ads are over".
Снимки экрана расширения
Скачать файл CRX расширения Skip Hulu Ads (Sort of)
Скачайте файлы расширений 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" } |