RTC Share Desktop
WebRTC screen capturing extension.
ما هو RTC Share Desktop؟
RTC Share Desktop هو إضافة Chrome تم تطويرها بواسطة driverfarfar، والميزة الرئيسية لها هي "WebRTC screen capturing extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RTC Share Desktop
قم بتنزيل ملفات الامتداد RTC Share Desktop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a WebRTC screen capturing extension
معلومات أساسية عن التمديد
الاسم | RTC Share Desktop |
ID | ccahbcjalpomijfpjemdgpnbogofnlgl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl |
الوصف | WebRTC screen capturing extension. |
حجم الملف | 5.43 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-01-11 |
تاريخ النشر | 2019-01-10 |
المطور | driverfarfar |
نوع الدفع | free |
موقع الإضافة | https://www.easemob.com/ |
عنوان صفحة المساعدة | https://www.easemob.com/ |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Share Desktop", "author": "Simon", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC screen capturing extension.", "homepage_url": "https:\/\/www.easemob.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |