MutAd
After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
Что такое MutAd?
MutAd - это расширение Chrome, разработанное gz0220, и его основная функция - "After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…".
Снимки экрана расширения
Скачать файл CRX расширения MutAd
Скачайте файлы расширений MutAd в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.
Основная информация о расширении
Название | MutAd |
ID | bbndenojlngeajgkbkgfdfohgomgbibd |
Официальный URL | https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd |
Описание | After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once… |
Размер файла | 10.73 KB |
Количество установок | 219 |
Текущая Версия | 0.91 |
Последнее Обновление | 2015-11-13 |
Дата публикации | 2015-11-13 |
Рейтинг | 3.29/5 Всего 7 оценок |
Разработчик | gz0220 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/galziv/MutAd |
URL страницы помощи | https://github.com/galziv/MutAd |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MutAd", "short_name": "MutAd", "version": "0.91", "icons": { "128": "MutAd.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "mutAd.js" ] } ] } |