BeLive Desktop

BeLive.tv Desktop Extension

BeLive Desktop क्या है?

BeLive Desktop https://belive.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BeLive.tv Desktop Extension"।

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

screenshot

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

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

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

                        BeLive.tv is a web-based platform for engaging your audience on live networks.

This extension enables the Screen Sharing functionality for BeLive.tv users, and has no function outside of that.                    

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

नाम BeLive Desktop BeLive Desktop
ID jcgoegpgdgklohplpnopagfbipaaddcl
आधिकारिक URL https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl
विवरण BeLive.tv Desktop Extension
फ़ाइल का आकार 11.37 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-01-07
प्रकाशन तिथि 2020-01-07
रेटिंग 3.79/5 कुल 14 रेटिंग्स
डेवलपर https://belive.tv
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://belive.tv
सहायता पृष्ठ URL https://help.belive.tv
समर्थित भाषाएँ en
manifest.json
{
    "author": "BeLive Studios LTD",
    "name": "BeLive Desktop",
    "description": "BeLive.tv Desktop Extension",
    "homepage_url": "https:\/\/belive.tv\/",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js",
            "background-v2-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/belive.tv\/*",
                "https:\/\/*.belive.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/belive.tv\/*",
            "https:\/\/*.belive.tv\/*"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture",
        "system.cpu",
        "system.memory",
        "https:\/\/belive.tv\/*",
        "https:\/\/*.belive.tv\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "icon.png"
    ],
    "version": "1.2.1"
}