WhatsApp Notification Changer
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
What is WhatsApp Notification Changer?
WhatsApp Notification Changer is a Chrome extension developed by rafael.galani, and its main feature is "A simple extension that allows the user to change the notification sound of web.whatsapp.com.".
Extension Screenshots
Download WhatsApp Notification Changer Extension CRX File
Download WhatsApp Notification Changer 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
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Extension Basic Information
Name | |
ID | jnlilnljmhioncbmofmdlphmagmegkde |
Official URL | 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. |
File Size | 83.43 KB |
Installation Count | 460 |
Current Version | 1.0 |
Last Updated | 2020-07-30 |
Publish Date | 2020-07-30 |
Rating | 4.00/5 Total 6 Ratings |
Developer | rafael.galani |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |