ChatLuck Desktop Capture

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

Что такое ChatLuck Desktop Capture?

ChatLuck Desktop Capture - это расширение Chrome, разработанное desknets.developer, и его основная функция - "It will be able to carry out the "Screen sharing" in ChatLuck contact functions.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ChatLuck Desktop Capture

Скачайте файлы расширений ChatLuck Desktop Capture в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название ChatLuck Desktop Capture ChatLuck Desktop Capture
ID jjnmohbfcekglplninbjolomhbghlpfm
Официальный URL https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm
Описание It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
Размер файла 5.33 KB
Количество установок 665
Текущая Версия 1.0.3
Последнее Обновление 2022-07-07
Дата публикации 2015-12-02
Разработчик desknets.developer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}