Whatsapp Web Notification Customizer

Customize Whatsapp Web Notification Sound

O que é Whatsapp Web Notification Customizer?

Whatsapp Web Notification Customizer é uma extensão do Chrome desenvolvida por Amer Sawan, e sua principal característica é "Customize Whatsapp Web Notification Sound".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Whatsapp Web Notification Customizer

Baixe arquivos de extensão Whatsapp Web Notification Customizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Whatsapp Web Notification Customizer Whatsapp Web Notification Customizer
ID faglnjojbiggpodloaopkodgeholkcmj
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj
Descrição Customize Whatsapp Web Notification Sound
Tamanho do Arquivo 81.33 KB
Contagem de Instalações 20
Versão Atual 0.0.0.1
Última Atualização 2020-08-30
Data de Publicação 2020-08-30
Desenvolvedor Amer Sawan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dev.amersaw.info
Idiomas Suportados 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
    }
}