Desktop Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application!
What is Desktop Screen Capture?
Desktop Screen Capture is a Chrome extension developed by Kesavan, and its main feature is "This WebRTC screen capturing extension can be used within any WebRTC library/application!".
Download Desktop Screen Capture Extension CRX File
Download Desktop 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 plugin will capture desktop screen and share with application used
Extension Basic Information
Name | Desktop Screen Capture |
ID | incidfiopdpenddingekgkhmdnkackke |
Official URL | https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke |
Description | This WebRTC screen capturing extension can be used within any WebRTC library/application! |
File Size | 23.53 KB |
Installation Count | 30 |
Current Version | 1.3 |
Last Updated | 2015-09-06 |
Publish Date | 2015-09-06 |
Developer | Kesavan |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desktop Screen Capture", "author": "Kesavan Mannupillai", "version": "1.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!", "homepage_url": "https:\/\/52.25.232.34\/getScreenId\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "http:\/\/*\/*" ] } ], "icons": { "1": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |