Whatsapp Web Notification Customizer

Customize Whatsapp Web Notification Sound

Cos'è Whatsapp Web Notification Customizer?

Whatsapp Web Notification Customizer è un'estensione di Chrome sviluppata da Amer Sawan, e la sua funzione principale è "Customize Whatsapp Web Notification Sound".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Whatsapp Web Notification Customizer

Scarica i file di estensione Whatsapp Web Notification Customizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Whatsapp Web Notification Customizer Whatsapp Web Notification Customizer
ID faglnjojbiggpodloaopkodgeholkcmj
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj
Descrizione Customize Whatsapp Web Notification Sound
Dimensione del File 81.33 KB
Conteggio Installazioni 20
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-08-30
Data di Pubblicazione 2020-08-30
Sviluppatore Amer Sawan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dev.amersaw.info
Lingue Supportate 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
    }
}