Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

Cos'è Skip Hulu Ads (Sort of)?

Skip Hulu Ads (Sort of) è un'estensione di Chrome sviluppata da Trufa, e la sua funzione principale è "This extension warns you when Hulu ads are over".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Skip Hulu Ads (Sort of)

Scarica i file di estensione Skip Hulu Ads (Sort of) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
URL Ufficiale https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
Descrizione This extension warns you when Hulu ads are over
Dimensione del File 55.73 KB
Conteggio Installazioni 295
Versione Corrente 1.2
Ultimo Aggiornamento 2013-04-15
Data di Pubblicazione 2013-04-15
Valutazione 2.00/5 Totale 24 Valutazioni
Sviluppatore Trufa
Tipo di Pagamento free
Sito Web dell'Estensione http://trufa.github.io/Skip-Hulu-ads-sort-of/
Lingue Supportate 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"
}