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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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\/*" ] } } |