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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Chat Notification Sound Chat Notification Sound
ID ckojipbmepgbbfaokkeddacfljcbcgge
官方URL 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\/*"
    ]
}