ChatLuck Desktop Capture

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

Apa itu ChatLuck Desktop Capture?

ChatLuck Desktop Capture adalah ekstensi Chrome yang dikembangkan oleh desknets.developer, dan fitur utamanya adalah "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatLuck Desktop Capture

Unduh file ekstensi ChatLuck Desktop Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
URL Resmi https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Deskripsi It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Ukuran File 5.33 KB
Jumlah Instalasi 665
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2015-12-02
Pengembang desknets.developer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}