ChatLuck Desktop Capture

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

Was ist ChatLuck Desktop Capture?

ChatLuck Desktop Capture ist eine Chrome-Erweiterung, die von desknets.developer entwickelt wurde, und ihr Hauptmerkmal ist "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Erweiterungsscreenshots

screenshot

ChatLuck Desktop Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatLuck Desktop Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
Offizielle URL https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Beschreibung It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Dateigröße 5.33 KB
Installationsanzahl 665
Aktuelle Version 1.0.3
Letztes Update 2022-07-07
Veröffentlichungsdatum 2015-12-02
Entwickler desknets.developer
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}