WhatsApp Notification Changer
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Apa itu WhatsApp Notification Changer?
WhatsApp Notification Changer adalah ekstensi Chrome yang dikembangkan oleh rafael.galani, dan fitur utamanya adalah "A simple extension that allows the user to change the notification sound of web.whatsapp.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WhatsApp Notification Changer
Unduh file ekstensi WhatsApp Notification Changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
Informasi Dasar Ekstensi
Nama | |
ID | jnlilnljmhioncbmofmdlphmagmegkde |
URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-notification-cha/jnlilnljmhioncbmofmdlphmagmegkde |
Deskripsi | A simple extension that allows the user to change the notification sound of web.whatsapp.com. |
Ukuran File | 83.43 KB |
Jumlah Instalasi | 460 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-07-30 |
Tanggal Publikasi | 2020-07-30 |
Penilaian | 4.00/5 Total 6 Penilaian |
Pengembang | rafael.galani |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |