Chat Notification Sound
Change the sound used for Google Chat notifications
Wat is Chat Notification Sound?
Chat Notification Sound is een Chrome-extensie ontwikkeld door Digital, en de belangrijkste functie is "Change the sound used for Google Chat notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat Notification Sound
Download Chat Notification Sound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google. Basisinformatie over de Extensie
| Naam | |
| ID | ckojipbmepgbbfaokkeddacfljcbcgge |
| Officiële URL | https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge |
| Beschrijving | Change the sound used for Google Chat notifications |
| Bestandsgrootte | 12.12 KB |
| Aantal Installaties | 447 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2021-04-20 |
| Publicatiedatum | 2021-04-20 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Digital |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |