ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Hvad er ChatLuck Desktop Capture?
ChatLuck Desktop Capture er en Chrome-udvidelse udviklet af desknets.developer, og dens hovedfunktion er "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".
Udvidelsesskærmbilleder
Download ChatLuck Desktop Capture-udvidelses-CRX-fil
Download ChatLuck Desktop Capture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
Officiel URL | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
Beskrivelse | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
Filstørrelse | 5.33 KB |
Antal Installationer | 665 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2022-07-07 |
Udgivelsesdato | 2015-12-02 |
Udvikler | desknets.developer |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |