Chat Notification Sound
Change the sound used for Google Chat notifications
什麼是Chat Notification Sound?
Chat Notification Sound是由Digital開發的Chrome擴展程式,該擴展的主要功能是“Change the sound used for Google Chat notifications”。
擴展截圖
下載Chat Notification Sound擴展crx文件
下載Chat Notification Sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google.
擴展基本資訊
名稱 | |
ID | ckojipbmepgbbfaokkeddacfljcbcgge |
官方網址 | https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge |
簡介 | Change the sound used for Google Chat notifications |
檔案大小 | 12.12 KB |
安裝次數 | 447 |
目前版本 | 0.2 |
更新時間 | 2021-04-20 |
上架時間 | 2021-04-20 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Digital |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |