Link Desktop Streamer
A simple extension that allows you to stream your desktop
What is Link Desktop Streamer?
Link Desktop Streamer is a Chrome extension developed by https://link-im.com, and its main feature is "A simple extension that allows you to stream your desktop".
Extension Screenshots
Download Link Desktop Streamer Extension CRX File
Download Link Desktop Streamer 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
Screen recorder extension
Extension Basic Information
Name | Link Desktop Streamer |
ID | pankicchcgcfhognbgfaijcfagcefdde |
Official URL | https://chromewebstore.google.com/detail/link-desktop-streamer/pankicchcgcfhognbgfaijcfagcefdde |
Description | A simple extension that allows you to stream your desktop |
File Size | 12.18 KB |
Installation Count | 241 |
Current Version | 0.1.8 |
Last Updated | 2019-04-10 |
Publish Date | 2019-04-09 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://link-im.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Desktop Streamer", "description": "A simple extension that allows you to stream your desktop", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "*:\/\/link-im.com\/*", "*:\/\/openfire.meetrix.io\/*" ] } } |