Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Cos'è Background Notification Sound?
Background Notification Sound è un'estensione di Chrome sviluppata da Safe SA, e la sua funzione principale è "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Background Notification Sound
Scarica i file di estensione Background Notification Sound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Play a Notification Sound when receiving a message in the background with service worker at https://www.safesa.co.za/track. Also keep chrome running in background to receive messages even if it closes. Informazioni di Base sull'Estensione
| Nome | |
| ID | diadblmpfmoecighhdmalpahghimodil |
| URL Ufficiale | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
| Descrizione | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
| Dimensione del File | 86.34 KB |
| Conteggio Installazioni | 1,424 |
| Versione Corrente | 0.4 |
| Ultimo Aggiornamento | 2018-10-08 |
| Data di Pubblicazione | 2018-10-07 |
| Valutazione | 2.00/5 Totale 6 Valutazioni |
| Sviluppatore | Safe SA |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Background Notification Sound",
"description": "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.",
"version": "0.4",
"icons": {
"16": "sound16.png",
"32": "sound32.png",
"48": "sound48.png",
"128": "sound128.png"
},
"web_accessible_resources": [
"sound16.png"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"webRequest",
"https:\/\/*.playsound\/"
]
} | |