Whatsapp Web Notification Customizer
Customize Whatsapp Web Notification Sound
Wat is Whatsapp Web Notification Customizer?
Whatsapp Web Notification Customizer is een Chrome-extensie ontwikkeld door Amer Sawan, en de belangrijkste functie is "Customize Whatsapp Web Notification Sound".
Extensie Screenshots
Download het CRX-bestand van de extensie Whatsapp Web Notification Customizer
Download Whatsapp Web Notification Customizer-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
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
Basisinformatie over de Extensie
Naam | |
ID | faglnjojbiggpodloaopkodgeholkcmj |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj |
Beschrijving | Customize Whatsapp Web Notification Sound |
Bestandsgrootte | 81.33 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2020-08-30 |
Publicatiedatum | 2020-08-30 |
Ontwikkelaar | Amer Sawan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dev.amersaw.info |
Ondersteunde Talen | 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 } } |