ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Qu'est-ce que ChatLuck Desktop Capture ?
ChatLuck Desktop Capture est une extension Chrome développée par desknets.developer, et sa fonction principale est "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatLuck Desktop Capture
Téléchargez les fichiers d'extension ChatLuck Desktop Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
Informations de Base sur l'Extension
Nom | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
URL Officiel | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
Description | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
Taille du Fichier | 5.33 KB |
Nombre d'Installations | 665 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-07-07 |
Date de Publication | 2015-12-02 |
Développeur | desknets.developer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |