Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

Wat is Skip Hulu Ads (Sort of)?

Skip Hulu Ads (Sort of) is een Chrome-extensie ontwikkeld door Trufa, en de belangrijkste functie is "This extension warns you when Hulu ads are over".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Skip Hulu Ads (Sort of)

Download Skip Hulu Ads (Sort of)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
Officiële URL https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
Beschrijving This extension warns you when Hulu ads are over
Bestandsgrootte 55.73 KB
Aantal Installaties 295
Huidige Versie 1.2
Laatst Bijgewerkt 2013-04-15
Publicatiedatum 2013-04-15
Beoordeling 2.00/5 Totaal 24 Beoordelingen
Ontwikkelaar Trufa
Betalingswijze free
Extensiewebsite http://trufa.github.io/Skip-Hulu-ads-sort-of/
Ondersteunde Talen 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"
}