Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

ما هو Skip Hulu Ads (Sort of)؟

Skip Hulu Ads (Sort of) هو إضافة Chrome تم تطويرها بواسطة Trufa، والميزة الرئيسية لها هي "This extension warns you when Hulu ads are over".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Skip Hulu Ads (Sort of)

قم بتنزيل ملفات الامتداد Skip Hulu Ads (Sort of) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
الوصف This extension warns you when Hulu ads are over
حجم الملف 55.73 KB
عدد التثبيتات 295
النسخة الحالية 1.2
آخر تحديث 2013-04-15
تاريخ النشر 2013-04-15
تقييم 2.00/5 مجموع تقييمات 24
المطور Trufa
نوع الدفع free
موقع الإضافة http://trufa.github.io/Skip-Hulu-ads-sort-of/
اللغات المدعومة 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"
}