Pixel Direct Screenshare Room Extension

Pixel CTV Screen Sharing allows you share screens

Pixel Direct Screenshare Room Extensionとは何ですか?

Pixel Direct Screenshare Room Extensionはhttps://www.netstairs.comによって開発されたChromeの拡張機能で、その主な機能は「Pixel CTV Screen Sharing allows you share screens」です。

拡張機能のスクリーンショット

screenshot

Pixel Direct Screenshare Room Extension拡張機能のCRXファイルをダウンロード

Pixel Direct Screenshare Room Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Pixel Direct Screen Sharing allows you to share your screens directly into the rooms                    

拡張機能の基本情報

名前 Pixel Direct Screenshare Room Extension Pixel Direct Screenshare Room Extension
ID icfnnpdeklgcjignpoachjocnhfkjlkk
公式URL https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk
説明 Pixel CTV Screen Sharing allows you share screens
ファイルサイズ 12.58 KB
インストール数 388
現在のバージョン 1.1.0
最終更新日 2020-06-09
公開日 2020-06-09
開発者 https://www.netstairs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pixel.click-to-video.com
ヘルプページのURL https://netstairs.estreamdesk.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Direct Screenshare Room Extension",
    "author": "NETSTAIRS",
    "description": "Pixel CTV Screen Sharing allows you share screens",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/pixel.click-to-video.com\/*",
                "https:\/\/icdn.video\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/pixel.click-to-video.com\/",
    "externally_connectable": {
        "matches": [
            "https:\/\/pixel.click-to-video.com\/*",
            "https:\/\/icdn.video\/*"
        ]
    }
}