AutoMute Incognito

This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!

Что такое AutoMute Incognito?

AutoMute Incognito - это расширение Chrome, разработанное cilenco, и его основная функция - "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".

Скачать файл CRX расширения AutoMute Incognito

Скачайте файлы расширений AutoMute Incognito в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название AutoMute Incognito AutoMute Incognito
ID egpmkeedlhphenpnjhlnlaohcmbmmccj
Официальный URL https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj
Описание This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Размер файла 13.94 KB
Количество установок 501
Текущая Версия 1.2
Последнее Обновление 2016-11-04
Дата публикации 2016-11-04
Рейтинг 3.67/5 Всего 6 оценок
Разработчик cilenco
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoMute Incognito",
    "description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon.png"
    },
    "icons": {
        "48": "res\/icon.png",
        "128": "res\/store_icon.png"
    },
    "commands": {
        "toglePageMute": {
            "description": "Toggle sound of current Tab",
            "suggested_key": {
                "default": "Ctrl+M",
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    }
}