ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Wat is ChatLuck Desktop Capture?
ChatLuck Desktop Capture is een Chrome-extensie ontwikkeld door desknets.developer, en de belangrijkste functie is "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatLuck Desktop Capture
Download ChatLuck Desktop Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
Basisinformatie over de Extensie
Naam | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
Officiële URL | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
Beschrijving | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
Bestandsgrootte | 5.33 KB |
Aantal Installaties | 665 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-07-07 |
Publicatiedatum | 2015-12-02 |
Ontwikkelaar | desknets.developer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |