WhatsApp Notification Changer
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Qu'est-ce que WhatsApp Notification Changer ?
WhatsApp Notification Changer est une extension Chrome développée par rafael.galani, et sa fonction principale est "A simple extension that allows the user to change the notification sound of web.whatsapp.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WhatsApp Notification Changer
Téléchargez les fichiers d'extension WhatsApp Notification Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Informations de Base sur l'Extension
Nom | |
ID | jnlilnljmhioncbmofmdlphmagmegkde |
URL Officiel | https://chrome.google.com/webstore/detail/whatsapp-notification-cha/jnlilnljmhioncbmofmdlphmagmegkde |
Description | A simple extension that allows the user to change the notification sound of web.whatsapp.com. |
Taille du Fichier | 83.43 KB |
Nombre d'Installations | 460 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-30 |
Date de Publication | 2020-07-30 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | rafael.galani |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |