Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

Was ist Skip Hulu Ads (Sort of)?

Skip Hulu Ads (Sort of) ist eine Chrome-Erweiterung, die von Trufa entwickelt wurde, und ihr Hauptmerkmal ist "This extension warns you when Hulu ads are over".

Erweiterungsscreenshots

screenshot
screenshot

Skip Hulu Ads (Sort of)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Skip Hulu Ads (Sort of)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
Offizielle URL https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
Beschreibung This extension warns you when Hulu ads are over
Dateigröße 55.73 KB
Installationsanzahl 295
Aktuelle Version 1.2
Letztes Update 2013-04-15
Veröffentlichungsdatum 2013-04-15
Bewertung 2.00/5 Insgesamt 24 Bewertungen
Entwickler Trufa
Zahlungsart free
Erweiterungswebsite http://trufa.github.io/Skip-Hulu-ads-sort-of/
Unterstützte Sprachen 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"
}