ChatLuck Desktop Capture

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

Cos'è ChatLuck Desktop Capture?

ChatLuck Desktop Capture è un'estensione di Chrome sviluppata da desknets.developer, e la sua funzione principale è "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatLuck Desktop Capture

Scarica i file di estensione ChatLuck Desktop Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
URL Ufficiale https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Descrizione It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Dimensione del File 5.33 KB
Conteggio Installazioni 665
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-07-07
Data di Pubblicazione 2015-12-02
Sviluppatore desknets.developer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}