Skip Hulu Ads (Sort of)

This extension warns you when Hulu ads are over

Skip Hulu Ads (Sort of) là gì?

Skip Hulu Ads (Sort of) là một tiện ích mở rộng Chrome được phát triển bởi Trufa, và tính năng chính của nó là "This extension warns you when Hulu ads are over".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skip Hulu Ads (Sort of)

Tải xuống các tệp mở rộng Skip Hulu Ads (Sort of) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skip Hulu Ads (Sort of) Skip Hulu Ads (Sort of)
ID jhgpnofhcebhlkicgoibckmfgmncdkmh
URL Chính Thức https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh
Mô tả This extension warns you when Hulu ads are over
Kích Thước Tệp 55.73 KB
Số Lần Cài Đặt 295
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-04-15
Ngày Phát Hành 2013-04-15
Đánh Giá 2.00/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Trufa
Loại Thanh Toán free
Trang Web Mở Rộng http://trufa.github.io/Skip-Hulu-ads-sort-of/
Ngôn Ngữ Được Hỗ Trợ 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"
}