Chat Notification Sound

Change the sound used for Google Chat notifications

O que é Chat Notification Sound?

Chat Notification Sound é uma extensão do Chrome desenvolvida por Digital, e sua principal característica é "Change the sound used for Google Chat notifications".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chat Notification Sound

Baixe arquivos de extensão Chat Notification Sound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google.                    

Informações Básicas da Extensão

Nome Chat Notification Sound Chat Notification Sound
ID ckojipbmepgbbfaokkeddacfljcbcgge
URL Oficial https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge
Descrição Change the sound used for Google Chat notifications
Tamanho do Arquivo 12.12 KB
Contagem de Instalações 447
Versão Atual 0.2
Última Atualização 2021-04-20
Data de Publicação 2021-04-20
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Digital
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}