Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Co je Background Notification Sound?
Background Notification Sound je rozšíření Chrome vyvinuté Safe SA, a jeho hlavní funkcí je „Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Background Notification Sound
Stáhněte si soubory rozšíření Background Notification Sound ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Background Notification Sound |
ID | diadblmpfmoecighhdmalpahghimodil |
Oficiální URL | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
Popis | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
Velikost souboru | 86.34 KB |
Počet instalací | 1,424 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2018-10-08 |
Datum Vydání | 2018-10-07 |
Hodnocení | 2.00/5 Celkem 6 Hodnocení |
Vývojář | Safe SA |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |