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 |
电子邮箱 | [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" } |