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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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