ChatLuck Desktop Capture

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

Vad är ChatLuck Desktop Capture?

ChatLuck Desktop Capture är en Chrome-tillägg utvecklad av desknets.developer, och dess huvudfunktion är "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Tilläggsskärmbilder

screenshot

Ladda ner ChatLuck Desktop Capture-förlängningens CRX-fil

Ladda ner ChatLuck Desktop Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
Officiell webbadress https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Beskrivning It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Filstorlek 5.33 KB
Antal Installationer 665
Aktuell Version 1.0.3
Senast Uppdaterad 2022-07-07
Publiceringsdatum 2015-12-02
Utvecklare desknets.developer
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}