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 |
官方網址 | 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" } |