Whatsapp Web Notification Customizer

Customize Whatsapp Web Notification Sound

¿Qué es Whatsapp Web Notification Customizer?

Whatsapp Web Notification Customizer es una extensión de Chrome desarrollada por Amer Sawan, y su función principal es "Customize Whatsapp Web Notification Sound".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Whatsapp Web Notification Customizer

Descarga archivos de extensión Whatsapp Web Notification Customizer 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

                        Are you annoyed from the noisy Whatsapp™ web notification sound?!
Are you frustrated that Whatsapp don't allow you to change that sound?!

Using this extension you can easily customize the notification sound as you wish                    

Información Básica de la Extensión

Nombre Whatsapp Web Notification Customizer Whatsapp Web Notification Customizer
ID faglnjojbiggpodloaopkodgeholkcmj
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj
Descripción Customize Whatsapp Web Notification Sound
Tamaño del Archivo 81.33 KB
Cantidad de Instalaciones 20
Versión Actual 0.0.0.1
Última Actualización 2020-08-30
Fecha de Publicación 2020-08-30
Desarrollador Amer Sawan
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://dev.amersaw.info
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Web Notification Customizer",
    "version": "0.0.0.1",
    "homepage_url": "https:\/\/github.com\/amersaw\/WhatsApp-Web-Notification-Customizer",
    "description": "Customize Whatsapp Web Notification Sound",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/WappCustomNotification-128.png"
        }
    },
    "icons": {
        "128": "images\/WappCustomNotification-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "whatsapp.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}