Whatsapp Web Notification Customizer
Customize Whatsapp Web Notification Sound
Qu'est-ce que Whatsapp Web Notification Customizer ?
Whatsapp Web Notification Customizer est une extension Chrome développée par Amer Sawan, et sa fonction principale est "Customize Whatsapp Web Notification Sound".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whatsapp Web Notification Customizer
Téléchargez les fichiers d'extension Whatsapp Web Notification Customizer 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
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
Informations de Base sur l'Extension
Nom | |
ID | faglnjojbiggpodloaopkodgeholkcmj |
URL Officiel | https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj |
Description | Customize Whatsapp Web Notification Sound |
Taille du Fichier | 81.33 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2020-08-30 |
Date de Publication | 2020-08-30 |
Développeur | Amer Sawan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dev.amersaw.info |
Langues Prises en Charge | 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 } } |