Background Notification Sound

Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.

Hvad er Background Notification Sound?

Background Notification Sound er en Chrome-udvidelse udviklet af Safe SA, og dens hovedfunktion er "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".

Udvidelsesskærmbilleder

screenshot

Download Background Notification Sound-udvidelses-CRX-fil

Download Background Notification Sound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Background Notification Sound Background Notification Sound
ID diadblmpfmoecighhdmalpahghimodil
Officiel URL https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil
Beskrivelse Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Filstørrelse 86.34 KB
Antal Installationer 1,424
Nuværende Version 0.4
Senest Opdateret 2018-10-08
Udgivelsesdato 2018-10-07
Bedømmelse 2.00/5 Samlet 6 Bedømmelser
Udvikler Safe SA
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}