ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
¿Qué es ChatLuck Desktop Capture?
ChatLuck Desktop Capture es una extensión de Chrome desarrollada por desknets.developer, y su función principal es "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ChatLuck Desktop Capture
Descarga archivos de extensión ChatLuck Desktop Capture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
Información Básica de la Extensión
Nombre | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
URL Oficial | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
Descripción | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
Tamaño del Archivo | 5.33 KB |
Cantidad de Instalaciones | 665 |
Versión Actual | 1.0.3 |
Última Actualización | 2022-07-07 |
Fecha de Publicación | 2015-12-02 |
Desarrollador | desknets.developer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |