Run In Background

Run Chrome in the background continuously.

Run In Background क्या है?

Run In Background musicianathome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run Chrome in the background continuously."।

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

screenshot

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

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

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

                        This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.                    

एक्सटेंशन की मूल जानकारी

नाम Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
आधिकारिक URL https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach
विवरण Run Chrome in the background continuously.
फ़ाइल का आकार 7.3 KB
स्थापना संख्या 706
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-10-17
प्रकाशन तिथि 2021-10-06
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर musicianathome
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.0",
    "name": "Run In Background",
    "description": "Run Chrome in the background continuously.",
    "permissions": [
        "background"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": []
}