Chat Notification Sound
Change the sound used for Google Chat notifications
¿Qué es Chat Notification Sound?
Chat Notification Sound es una extensión de Chrome desarrollada por Digital, y su función principal es "Change the sound used for Google Chat notifications".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chat Notification Sound
Descarga archivos de extensión Chat Notification Sound en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google.
Información Básica de la Extensión
Nombre | |
ID | ckojipbmepgbbfaokkeddacfljcbcgge |
URL Oficial | https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge |
Descripción | Change the sound used for Google Chat notifications |
Tamaño del Archivo | 12.12 KB |
Cantidad de Instalaciones | 447 |
Versión Actual | 0.2 |
Última Actualización | 2021-04-20 |
Fecha de Publicación | 2021-04-20 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | Digital |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |