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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |