BeLive Desktop
BeLive.tv Desktop Extension
BeLive Desktopとは何ですか?
BeLive Desktopはhttps://belive.tvによって開発されたChromeの拡張機能で、その主な機能は「BeLive.tv Desktop Extension」です。
拡張機能のスクリーンショット
BeLive Desktop拡張機能のCRXファイルをダウンロード
BeLive Desktop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |