Background Notification Sound

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

Qu'est-ce que Background Notification Sound ?

Background Notification Sound est une extension Chrome développée par Safe SA, et sa fonction principale est "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Background Notification Sound

Téléchargez les fichiers d'extension Background Notification Sound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Background Notification Sound Background Notification Sound
ID diadblmpfmoecighhdmalpahghimodil
URL Officiel https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil
Description Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Taille du Fichier 86.34 KB
Nombre d'Installations 1,424
Version Actuelle 0.4
Dernière Mise à Jour 2018-10-08
Date de Publication 2018-10-07
Évaluation 2.00/5 Total 6 Évaluations
Développeur Safe SA
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}