WhatsApp Notification Changer
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Hvad er WhatsApp Notification Changer?
WhatsApp Notification Changer er en Chrome-udvidelse udviklet af rafael.galani, og dens hovedfunktion er "A simple extension that allows the user to change the notification sound of web.whatsapp.com.".
Udvidelsesskærmbilleder
Download WhatsApp Notification Changer-udvidelses-CRX-fil
Download WhatsApp Notification Changer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jnlilnljmhioncbmofmdlphmagmegkde |
Officiel URL | https://chrome.google.com/webstore/detail/whatsapp-notification-cha/jnlilnljmhioncbmofmdlphmagmegkde |
Beskrivelse | A simple extension that allows the user to change the notification sound of web.whatsapp.com. |
Filstørrelse | 83.43 KB |
Antal Installationer | 460 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-07-30 |
Udgivelsesdato | 2020-07-30 |
Bedømmelse | 4.00/5 Samlet 6 Bedømmelser |
Udvikler | rafael.galani |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |