Livestorm Screensharing
Livestorm extension utility for screensharing support
What is Livestorm Screensharing?
Livestorm Screensharing is a Chrome extension developed by https://livestorm.co, and its main feature is "Livestorm extension utility for screensharing support".
Extension Screenshots
Download Livestorm Screensharing Extension CRX File
Download Livestorm Screensharing 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
Livestorm extension for screensharing support
Extension Basic Information
Name | |
ID | agdmglieodoodfjgljideekcenoakdgb |
Official URL | https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb |
Description | Livestorm extension utility for screensharing support |
File Size | 309 KB |
Installation Count | 3,241 |
Current Version | 1.1 |
Last Updated | 2016-10-19 |
Publish Date | 2016-10-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://livestorm.co |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Livestorm Screensharing", "author": "Livestorm", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Livestorm extension utility for screensharing support", "homepage_url": "https:\/\/livestorm.co", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/localhost:4000\/*", "https:\/\/*.livestorm.co\/*", "https:\/\/*.livestorm.fr\/*" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |