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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}