Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

O que é Skip Hulu Ads (Sort of)?

Skip Hulu Ads (Sort of) é uma extensão do Chrome desenvolvida por Trufa, e sua principal característica é "This extension warns you when Hulu ads are over".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Skip Hulu Ads (Sort of)

Baixe arquivos de extensão Skip Hulu Ads (Sort of) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
URL Oficial https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
Descrição This extension warns you when Hulu ads are over
Tamanho do Arquivo 55.73 KB
Contagem de Instalações 295
Versão Atual 1.2
Última Atualização 2013-04-15
Data de Publicação 2013-04-15
Classificação 2.00/5 Total de 24 Avaliações
Desenvolvedor Trufa
Tipo de Pagamento free
Site da Extensão http://trufa.github.io/Skip-Hulu-ads-sort-of/
Idiomas Suportados 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"
}