BeLive Desktop
BeLive.tv Desktop Extension
Что такое BeLive Desktop?
BeLive Desktop - это расширение Chrome, разработанное https://belive.tv, и его основная функция - "BeLive.tv Desktop Extension".
Снимки экрана расширения
Скачать файл CRX расширения BeLive Desktop
Скачайте файлы расширений 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" } |