BeLive Desktop
BeLive.tv Desktop Extension
BeLive Desktop là gì?
BeLive Desktop là một tiện ích mở rộng Chrome được phát triển bởi https://belive.tv, và tính năng chính của nó là "BeLive.tv Desktop Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BeLive Desktop
Tải xuống các tệp mở rộng BeLive Desktop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BeLive Desktop |
ID | jcgoegpgdgklohplpnopagfbipaaddcl |
URL Chính Thức | https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl |
Mô tả | BeLive.tv Desktop Extension |
Kích Thước Tệp | 11.37 KB |
Số Lần Cài Đặt | 30,000 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2020-01-07 |
Ngày Phát Hành | 2020-01-07 |
Đánh Giá | 3.79/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://belive.tv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://belive.tv |
URL Trang Trợ Giúp | https://help.belive.tv |
Ngôn Ngữ Được Hỗ Trợ | 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" } |