WhatsApp Notification Changer
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
WhatsApp Notification Changerคืออะไร?
WhatsApp Notification Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rafael.galani และคุณลักษณะหลักของมันคือ "A simple extension that allows the user to change the notification sound of web.whatsapp.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp Notification Changer
ดาวน์โหลดไฟล์ส่วนขยาย WhatsApp Notification Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that allows the user to change the notification sound of web.whatsapp.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jnlilnljmhioncbmofmdlphmagmegkde |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsapp-notification-cha/jnlilnljmhioncbmofmdlphmagmegkde |
คำอธิบาย | A simple extension that allows the user to change the notification sound of web.whatsapp.com. |
ขนาดไฟล์ | 83.43 KB |
จำนวนการติดตั้ง | 460 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-30 |
วันที่เผยแพร่ | 2020-07-30 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | rafael.galani |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |