Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Was ist Background Notification Sound?
Background Notification Sound ist eine Chrome-Erweiterung, die von Safe SA entwickelt wurde, und ihr Hauptmerkmal ist "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".
Erweiterungsscreenshots
Background Notification Sound-Erweiterungs-CRX-Datei herunterladen
Laden Sie Background Notification Sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Background Notification Sound |
ID | diadblmpfmoecighhdmalpahghimodil |
Offizielle URL | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
Beschreibung | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
Dateigröße | 86.34 KB |
Installationsanzahl | 1,424 |
Aktuelle Version | 0.4 |
Letztes Update | 2018-10-08 |
Veröffentlichungsdatum | 2018-10-07 |
Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
Entwickler | Safe SA |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |