Whatsapp Web Notification Customizer
Customize Whatsapp Web Notification Sound
Whatsapp Web Notification Customizer là gì?
Whatsapp Web Notification Customizer là một tiện ích mở rộng Chrome được phát triển bởi Amer Sawan, và tính năng chính của nó là "Customize Whatsapp Web Notification Sound".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Whatsapp Web Notification Customizer
Tải xuống các tệp mở rộng Whatsapp Web Notification Customizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | faglnjojbiggpodloaopkodgeholkcmj |
URL Chính Thức | https://chrome.google.com/webstore/detail/whatsapp-web-notification/faglnjojbiggpodloaopkodgeholkcmj |
Mô tả | Customize Whatsapp Web Notification Sound |
Kích Thước Tệp | 81.33 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2020-08-30 |
Ngày Phát Hành | 2020-08-30 |
Nhà Phát Triển | Amer Sawan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dev.amersaw.info |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |