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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}