Sound Destroyer
Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Что такое Sound Destroyer?
Sound Destroyer - это расширение Chrome, разработанное Jackie Ell, и его основная функция - "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".
Снимки экрана расширения
Скачать файл CRX расширения Sound Destroyer
Скачайте файлы расширений Sound Destroyer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Sound Destroyer is open source! Fork it here: https://github.com/jackie-ell/sound-destroyer-ext Please contact me via email if you encounter a bug, or wish to request a feature. Mutes tabs that are: * Making noise! * Not your current, active tab * Not part of your "trusted sites" list What are "trusted sites"? How do I use them? Trusted sites are websites that you want to make background noise. Ex: listening to a song on YouTube while you browse another tab. You can add a trusted site by clicking on the extension icon and using the popup interface. Trusted sites are opinionated and must follow the "www.somewhere.com" format.
Основная информация о расширении
Название | Sound Destroyer |
ID | pekienofpgmnhgaeommfoemmnimpaelk |
Официальный URL | https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk |
Описание | Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs. |
Размер файла | 246 KB |
Количество установок | 26 |
Текущая Версия | 0.1 |
Последнее Обновление | 2017-10-26 |
Дата публикации | 2017-10-26 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | Jackie Ell |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sound Destroyer", "description": "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.", "version": "0.1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon1600.png", "48": "icon1600.png", "128": "icon1600.png" }, "permissions": [ "tabs", "storage" ] } |