ChatLuck Desktop Capture

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

Co je ChatLuck Desktop Capture?

ChatLuck Desktop Capture je rozšíření Chrome vyvinuté desknets.developer, a jeho hlavní funkcí je „It will be able to carry out the "Screen sharing" in ChatLuck contact functions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatLuck Desktop Capture

Stáhněte si soubory rozšíření ChatLuck Desktop Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
Oficiální URL https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Popis It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Velikost souboru 5.33 KB
Počet instalací 665
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-07-07
Datum Vydání 2015-12-02
Vývojář desknets.developer
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}