CTV Screen Sharing
CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
What is CTV Screen Sharing?
CTV Screen Sharing is a Chrome extension developed by https://click-to-video.com, and its main feature is "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".
Extension Screenshots
Download CTV Screen Sharing Extension CRX File
Download CTV Screen Sharing 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
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Extension Basic Information
Name | CTV Screen Sharing |
ID | kohfoaokpnbibffipkhanldhanejlgpm |
Official URL | https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm |
Description | CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones. |
File Size | 99.59 KB |
Installation Count | 63 |
Current Version | 1.6 |
Last Updated | 2016-12-16 |
Publish Date | 2016-12-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://click-to-video.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CTV Screen Sharing", "author": "NetStairs", "version": "1.6", "manifest_version": 2, "minimum_chrome_version": "34", "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.", "homepage_url": "https:\/\/www.click-to-video.com\/", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.min.js", "CodecsHandler.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "CTV Screen Sharing" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/desktopCapture48.png" ], "options_ui": { "page": "options.html", "chrome_style": true } } |