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 Safe SA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Background Notification Sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}