Zillion Live WebRTC Screen Capture
This extension allows WebRTC connections to use the screen as a video source.
What is Zillion Live WebRTC Screen Capture?
Zillion Live WebRTC Screen Capture is a Chrome extension developed by Unknown, and its main feature is "This extension allows WebRTC connections to use the screen as a video source.".
Download Zillion Live WebRTC Screen Capture Extension CRX File
Download Zillion Live WebRTC 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
Extension to allow screen sharing with zillion live services.
Extension Basic Information
Name | Zillion Live WebRTC Screen Capture |
ID | jkhlcipancfeplghhbjgbbbgbcibphjn |
Official URL | https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn |
Description | This extension allows WebRTC connections to use the screen as a video source. |
File Size | 8.72 KB |
Installation Count | 25 |
Current Version | 3.0.01 |
Last Updated | 2018-02-12 |
Publish Date | 2018-02-12 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zillion Live WebRTC Screen Capture", "version": "3.0.01", "description": "This extension allows WebRTC connections to use the screen as a video source.", "author": "Zillion Group", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/zillion.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.example.com\/*", "*:\/\/localhost\/*", "*:\/\/*.myrealappeal.load\/*", "*:\/\/*.realappeal.com\/*", "*:\/\/*.myzillion.load\/*", "*:\/\/*.zillion.com\/*", "*:\/\/*.restorehealth.com\/*" ] } } |