QuietAds

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

QuietAdsคืออะไร?

QuietAds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย die4ever2005 และคุณลักษณะหลักของมันคือ "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuietAds

ดาวน์โหลดไฟล์ส่วนขยาย QuietAds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        (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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QuietAds QuietAds
ID hbchdcohponnnjbicnlmhimhidadafmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj
คำอธิบาย QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
ขนาดไฟล์ 37.34 KB
จำนวนการติดตั้ง 325
เวอร์ชันปัจจุบัน 0.24
อัปเดตครั้งล่าสุด 2015-11-26
วันที่เผยแพร่ 2015-11-25
คะแนน 3.84/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา die4ever2005
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}