Whatsapp Web Notification Customizer

Customize Whatsapp Web Notification Sound

What is Whatsapp Web Notification Customizer?

Whatsapp Web Notification Customizer is a Chrome extension developed by Amer Sawan, and its main feature is "Customize Whatsapp Web Notification Sound".

Extension Screenshots

screenshot

Download Whatsapp Web Notification Customizer Extension CRX File

Download Whatsapp Web Notification Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Whatsapp Web Notification Customizer Whatsapp Web Notification Customizer
ID faglnjojbiggpodloaopkodgeholkcmj
Official URL https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj
Description Customize Whatsapp Web Notification Sound
File Size 81.33 KB
Installation Count 20
Current Version 0.0.0.1
Last Updated 2020-08-30
Publish Date 2020-08-30
Developer Amer Sawan
Email [email protected]
Payment Type free
Extension Website https://dev.amersaw.info
Supported Languages 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
    }
}