ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
O que é ChatLuck Desktop Capture?
ChatLuck Desktop Capture é uma extensão do Chrome desenvolvida por desknets.developer, e sua principal característica é "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatLuck Desktop Capture
Baixe arquivos de extensão ChatLuck Desktop Capture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
Informações Básicas da Extensão
Nome | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
URL Oficial | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
Descrição | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
Tamanho do Arquivo | 5.33 KB |
Contagem de Instalações | 665 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-07-07 |
Data de Publicação | 2015-12-02 |
Desenvolvedor | desknets.developer |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |