Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Что такое Permanent Mute?
Permanent Mute - это расширение Chrome, разработанное https://codewrangler.io, и его основная функция - "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Снимки экрана расширения
Скачать файл CRX расширения Permanent Mute
Скачайте файлы расширений Permanent Mute в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime. Основная информация о расширении
| Название | |
| ID | pnkhoaefngnbehoiioikafibdkfaolec |
| Официальный URL | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
| Описание | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
| Размер файла | 18.7 KB |
| Количество установок | 18 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2018-02-01 |
| Дата публикации | 2018-02-01 |
| Разработчик | https://codewrangler.io |
| Тип оплаты | free |
| Официальный сайт расширения | https://codewrangler.io |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Permanent Mute",
"description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.",
"version": "1.0.0",
"permissions": [
"activeTab",
"tabs",
"storage"
],
"background": {
"scripts": [
"js\/scripts.min.js"
]
},
"browser_action": {
"default_icon": "assets\/icon48-off.png",
"default_title": "This site is not permanently muted."
},
"icons": {
"128": "assets\/icon128.png",
"48": "assets\/icon48.png"
},
"manifest_version": 2
} | |