QuietAds

QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!

QuietAds là gì?

QuietAds là một tiện ích mở rộng Chrome được phát triển bởi die4ever2005, và tính năng chính của nó là "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".

Ả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 QuietAds

Tải xuống các tệp mở rộng QuietAds 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

                        (Very early alpha version)

Ads can be annoying, but you don't want to block them because then your favorite Twitch streamers and Youtube channels won't make any money. QuietAds will automatically lower the volume on Twitch and Youtube ads, and it will remember the volume you set for ads and for streams separately.

Current default ad volume is 10%.

Hulu support coming soon!                    

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

Tên QuietAds QuietAds
ID hbchdcohponnnjbicnlmhimhidadafmj
URL Chính Thức https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj
Mô tả QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Kích Thước Tệp 37.34 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 0.24
Cập Nhật Lần Cuối 2015-11-26
Ngày Phát Hành 2015-11-25
Đánh Giá 3.84/5 Tổng số 19 Đánh Giá
Nhà Phát Triển die4ever2005
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuietAds",
    "description": "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!",
    "version": "0.24",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}