Pixel Direct Screenshare Room Extension
Pixel CTV Screen Sharing allows you share screens
What is Pixel Direct Screenshare Room Extension?
Pixel Direct Screenshare Room Extension is a Chrome extension developed by https://www.netstairs.com, and its main feature is "Pixel CTV Screen Sharing allows you share screens".
Extension Screenshots
Download Pixel Direct Screenshare Room Extension Extension CRX File
Download Pixel Direct Screenshare Room Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pixel Direct Screen Sharing allows you to share your screens directly into the rooms
Extension Basic Information
Name | Pixel Direct Screenshare Room Extension |
ID | icfnnpdeklgcjignpoachjocnhfkjlkk |
Official URL | https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk |
Description | Pixel CTV Screen Sharing allows you share screens |
File Size | 12.58 KB |
Installation Count | 388 |
Current Version | 1.1.0 |
Last Updated | 2020-06-09 |
Publish Date | 2020-06-09 |
Developer | https://www.netstairs.com |
[email protected] | |
Payment Type | free |
Extension Website | https://pixel.click-to-video.com |
Help Page URL | https://netstairs.estreamdesk.com/ |
Supported Languages | 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\/*" ] } } |