ChatLuck Desktop Capture

It will be able to carry out the "Screen sharing" in ChatLuck contact functions.

What is ChatLuck Desktop Capture?

ChatLuck Desktop Capture is a Chrome extension developed by desknets.developer, and its main feature is "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Extension Screenshots

screenshot

Download ChatLuck Desktop Capture Extension CRX File

Download ChatLuck Desktop Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。                    

Extension Basic Information

Name ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
Official URL https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Description It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
File Size 5.33 KB
Installation Count 665
Current Version 1.0.3
Last Updated 2022-07-07
Publish Date 2015-12-02
Developer desknets.developer
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}