ChatLuck Desktop Capture

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

ChatLuck Desktop Capture là gì?

ChatLuck Desktop Capture là một tiện ích mở rộng Chrome được phát triển bởi desknets.developer, và tính năng chính của nó là "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatLuck Desktop Capture

Tải xuống các tệp mở rộng ChatLuck Desktop Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
URL Chính Thức https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Mô tả It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Kích Thước Tệp 5.33 KB
Số Lần Cài Đặt 665
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2015-12-02
Nhà Phát Triển desknets.developer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}