Background Notification Sound

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

Τι είναι το Background Notification Sound;

Το Background Notification Sound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Safe SA, και η κύρια λειτουργία του είναι "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Background Notification Sound

Λήψη αρχείων επέκτασης Background Notification Sound σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Background Notification Sound Background Notification Sound
ID diadblmpfmoecighhdmalpahghimodil
Επίσημο URL https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil
Περιγραφή Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Μέγεθος Αρχείου 86.34 KB
Αριθμός Εγκαταστάσεων 1,424
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2018-10-08
Ημερομηνία Δημοσίευσης 2018-10-07
Αξιολόγηση 2.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Safe SA
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/"
    ]
}