Whatsapp Web Notification Customizer
Customize Whatsapp Web Notification Sound
Whatsapp Web Notification Customizerคืออะไร?
Whatsapp Web Notification Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amer Sawan และคุณลักษณะหลักของมันคือ "Customize Whatsapp Web Notification Sound"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsapp Web Notification Customizer
ดาวน์โหลดไฟล์ส่วนขยาย Whatsapp Web Notification Customizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | faglnjojbiggpodloaopkodgeholkcmj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj |
คำอธิบาย | Customize Whatsapp Web Notification Sound |
ขนาดไฟล์ | 81.33 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2020-08-30 |
วันที่เผยแพร่ | 2020-08-30 |
ผู้พัฒนา | Amer Sawan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dev.amersaw.info |
ภาษาที่รองรับ | 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 } } |