BeLive Desktop

BeLive.tv Desktop Extension

Co to jest BeLive Desktop?

BeLive Desktop to rozszerzenie Chrome opracowane przez https://belive.tv, a jego główną funkcją jest „BeLive.tv Desktop Extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BeLive Desktop

Pobierz pliki rozszerzeń BeLive Desktop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BeLive Desktop BeLive Desktop
ID jcgoegpgdgklohplpnopagfbipaaddcl
Oficjalny URL https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl
Opis BeLive.tv Desktop Extension
Rozmiar pliku 11.37 KB
Liczba instalacji 30,000
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2020-01-07
Data Publikacji 2020-01-07
Ocena 3.79/5 Łącznie 14 Oceny
Deweloper https://belive.tv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://belive.tv
Adres URL Strony Pomocy https://help.belive.tv
Obsługiwane Języki 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"
}