WhatsApp Notification Changer

A simple extension that allows the user to change the notification sound of web.whatsapp.com.

Wat is WhatsApp Notification Changer?

WhatsApp Notification Changer is een Chrome-extensie ontwikkeld door rafael.galani, en de belangrijkste functie is "A simple extension that allows the user to change the notification sound of web.whatsapp.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WhatsApp Notification Changer

Download WhatsApp Notification Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A simple extension that allows the user to change the notification sound of web.whatsapp.com.                    

Basisinformatie over de Extensie

Naam WhatsApp Notification Changer WhatsApp Notification Changer
ID jnlilnljmhioncbmofmdlphmagmegkde
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-notification-cha/jnlilnljmhioncbmofmdlphmagmegkde
Beschrijving A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Bestandsgrootte 83.43 KB
Aantal Installaties 460
Huidige Versie 1.0
Laatst Bijgewerkt 2020-07-30
Publicatiedatum 2020-07-30
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar rafael.galani
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Notification Changer",
    "version": "1.0",
    "description": "A simple extension that allows the user to change the notification sound of web.whatsapp.com.",
    "permissions": [
        "unlimitedStorage",
        "declarativeContent",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/web.whatsapp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "modifier.js"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}