ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
ما هو ChatLuck Desktop Capture؟
ChatLuck Desktop Capture هو إضافة Chrome تم تطويرها بواسطة desknets.developer، والميزة الرئيسية لها هي "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatLuck Desktop Capture
قم بتنزيل ملفات الامتداد ChatLuck Desktop Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
معلومات أساسية عن التمديد
الاسم | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
الوصف | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
حجم الملف | 5.33 KB |
عدد التثبيتات | 665 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-07-07 |
تاريخ النشر | 2015-12-02 |
المطور | desknets.developer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatLuck Desktop Capture", "description": "It will be able to carry out the \"Screen sharing\" in ChatLuck contact functions.", "version": "1.0.3", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "contentscript.js" ] } ], "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |