Mute Notifications

Disable all desktop notifications with one click.

¿Qué es Mute Notifications?

Mute Notifications es una extensión de Chrome desarrollada por Ondřej Cífka, y su función principal es "Disable all desktop notifications with one click.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Mute Notifications

Descarga archivos de extensión Mute Notifications 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

                        This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.                    

Información Básica de la Extensión

Nombre Mute Notifications Mute Notifications
ID bmjdeaihnngnnnaldgakphcaanioohgn
URL Oficial https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn
Descripción Disable all desktop notifications with one click.
Tamaño del Archivo 17.44 KB
Cantidad de Instalaciones 5,077
Versión Actual 0.3
Última Actualización 2019-12-20
Fecha de Publicación 2019-12-20
Calificación 4.47/5 Total de 19 Calificaciones
Desarrollador Ondřej Cífka
Tipo de Pago free
Sitio Web de la Extensión https://github.com/cifkao/chrome-mute-notifications
URL de la Página de Ayuda https://github.com/cifkao/chrome-mute-notifications
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Notifications",
    "description": "Disable all desktop notifications with one click.",
    "version": "0.3",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png"
    },
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon-on-19.png",
            "38": "icon-on-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}