Chat Notification Sound
Change the sound used for Google Chat notifications
Chat Notification Sound là gì?
Chat Notification Sound là một tiện ích mở rộng Chrome được phát triển bởi Digital, và tính năng chính của nó là "Change the sound used for Google Chat notifications".
Ả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 Chat Notification Sound
Tải xuống các tệp mở rộng Chat Notification Sound 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
A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ckojipbmepgbbfaokkeddacfljcbcgge |
URL Chính Thức | https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge |
Mô tả | Change the sound used for Google Chat notifications |
Kích Thước Tệp | 12.12 KB |
Số Lần Cài Đặt | 447 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-04-20 |
Ngày Phát Hành | 2021-04-20 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Digital |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat Notification Sound", "description": "Change the sound used for Google Chat notifications", "version": "0.2", "icons": { "128": "icon.png" }, "manifest_version": 3, "action": { "default_popup": "settings.html" }, "declarative_net_request": { "rule_resources": [ { "id": "droplet", "enabled": true, "path": "rules\/droplet.json" }, { "id": "just-maybe", "enabled": false, "path": "rules\/just-maybe.json" }, { "id": "micro", "enabled": false, "path": "rules\/micro.json" }, { "id": "small-tip", "enabled": false, "path": "rules\/small-tip.json" }, { "id": "take-this", "enabled": false, "path": "rules\/take-this.json" }, { "id": "disable", "enabled": false, "path": "rules\/disable.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/chat.google.com\/*", "*:\/\/ssl.gstatic.com\/*" ] } |