ConnectUs Screen Capture
This extension allows ConnectUs WebRTC connections to use the screen as a video source.
What is ConnectUs Screen Capture?
ConnectUs Screen Capture is a Chrome extension developed by Unknown, and its main feature is "This extension allows ConnectUs WebRTC connections to use the screen as a video source.".
Extension Screenshots
Download ConnectUs Screen Capture Extension CRX File
Download ConnectUs Screen Capture 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
This extension allows WebRTC connections to use the screen as a video source.
Extension Basic Information
Name | ConnectUs Screen Capture |
ID | bjgaeafjccihokdokhidiphjimncmkcj |
Official URL | https://chromewebstore.google.com/detail/connectus-screen-capture/bjgaeafjccihokdokhidiphjimncmkcj |
Description | This extension allows ConnectUs WebRTC connections to use the screen as a video source. |
File Size | 375 KB |
Installation Count | 18 |
Current Version | 3.0.0 |
Last Updated | 2017-06-23 |
Publish Date | 2017-06-23 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ConnectUs Screen Capture", "version": "3.0.0", "description": "This extension allows ConnectUs WebRTC connections to use the screen as a video source.", "icons": { "16": "ic-16.png", "32": "ic-32.png", "48": "ic-48.png", "128": "ic-128.png" }, "author": "ConnectUs", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "http:\/\/connectuscom.com\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "ic-16.png", "ic-32.png", "ic-48.png", "ic-128.png" ] } |