Whatsapp Web Notification Customizer
Customize Whatsapp Web Notification Sound
Apa itu Whatsapp Web Notification Customizer?
Whatsapp Web Notification Customizer adalah ekstensi Chrome yang dikembangkan oleh Amer Sawan, dan fitur utamanya adalah "Customize Whatsapp Web Notification Sound".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Whatsapp Web Notification Customizer
Unduh file ekstensi Whatsapp Web Notification Customizer 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
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
Informasi Dasar Ekstensi
Nama | |
ID | faglnjojbiggpodloaopkodgeholkcmj |
URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj |
Deskripsi | Customize Whatsapp Web Notification Sound |
Ukuran File | 81.33 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2020-08-30 |
Tanggal Publikasi | 2020-08-30 |
Pengembang | Amer Sawan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://dev.amersaw.info |
Bahasa yang Didukung | 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 } } |