Chat Notification Sound
Change the sound used for Google Chat notifications
Co to jest Chat Notification Sound?
Chat Notification Sound to rozszerzenie Chrome opracowane przez Digital, a jego główną funkcją jest „Change the sound used for Google Chat notifications”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chat Notification Sound
Pobierz pliki rozszerzeń Chat Notification Sound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ckojipbmepgbbfaokkeddacfljcbcgge |
| Oficjalny URL | https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge |
| Opis | Change the sound used for Google Chat notifications |
| Rozmiar pliku | 12.12 KB |
| Liczba instalacji | 447 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2021-04-20 |
| Data Publikacji | 2021-04-20 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | Digital |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |