Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

Qu'est-ce que Skip Hulu Ads (Sort of) ?

Skip Hulu Ads (Sort of) est une extension Chrome développée par Trufa, et sa fonction principale est "This extension warns you when Hulu ads are over".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Skip Hulu Ads (Sort of)

Téléchargez les fichiers d'extension Skip Hulu Ads (Sort of) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
URL Officiel https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
Description This extension warns you when Hulu ads are over
Taille du Fichier 55.73 KB
Nombre d'Installations 295
Version Actuelle 1.2
Dernière Mise à Jour 2013-04-15
Date de Publication 2013-04-15
Évaluation 2.00/5 Total 24 Évaluations
Développeur Trufa
Type de Paiement free
Site Web de l'Extension http://trufa.github.io/Skip-Hulu-ads-sort-of/
Langues Prises en Charge 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"
}