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