BeLive Desktop

BeLive.tv Desktop Extension

BeLive Desktop란 무엇입니까?

BeLive Desktop은(는) https://belive.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BeLive.tv Desktop Extension"입니다.

확장 프로그램 스크린샷

screenshot

BeLive Desktop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}