ShutUp!Tab

Mute the active tab permanently via black list of domains.

¿Qué es ShutUp!Tab?

ShutUp!Tab es una extensión de Chrome desarrollada por gallyamow, y su función principal es "Mute the active tab permanently via black list of domains.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ShutUp!Tab

Descarga archivos de extensión ShutUp!Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Mute active tab or automatically mute tabs from the blacklisted urls or domain.

Позволяет отключать звук на определенных вкладках либо добавить домен или url в черный список для постоянного отключения звука на них.

Problems:

In very old version of browser you need to enable Chrome's setting "enable-tab-audio-muting 

1. Type chrome://flags/#enable-tab-audio-muting into Chrome's address bar and press Enter.
2. Chrome should automatically scroll down to the "Enable Tab Audio Muting UI" flag. Click the enable link below it.
3. Restart Chrome.                    

Información Básica de la Extensión

Nombre ShutUp!Tab ShutUp!Tab
ID ohadipdcpdgpkmkjmebbbicpjljopcaj
URL Oficial https://chromewebstore.google.com/detail/shutuptab/ohadipdcpdgpkmkjmebbbicpjljopcaj
Descripción Mute the active tab permanently via black list of domains.
Tamaño del Archivo 13.5 KB
Cantidad de Instalaciones 1,660
Versión Actual 5.0.6
Última Actualización 2021-12-18
Fecha de Publicación 2020-05-27
Calificación 4.92/5 Total de 24 Calificaciones
Desarrollador gallyamow
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/gallyamow/shutuptab
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "ShutUp!Tab",
    "description": "Mute the active tab permanently via black list of domains.",
    "version": "5.0.6",
    "author": "Ramil Gallyamov",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "images\/icon-app.png"
    },
    "action": {
        "name": "ShutUp!Tab",
        "default_icon": "images\/icon-normal.png"
    },
    "background": {
        "service_worker": "js\/service.js"
    }
}