Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Wat is Background Notification Sound?
Background Notification Sound is een Chrome-extensie ontwikkeld door Safe SA, en de belangrijkste functie is "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".
Extensie Screenshots
Download het CRX-bestand van de extensie Background Notification Sound
Download Background 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | diadblmpfmoecighhdmalpahghimodil |
| Officiële URL | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
| Beschrijving | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
| Bestandsgrootte | 86.34 KB |
| Aantal Installaties | 1,424 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2018-10-08 |
| Publicatiedatum | 2018-10-07 |
| Beoordeling | 2.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Safe SA |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |