Screen Share
Screen Capturing and Sharing Chrome Extension
What is Screen Share?
Screen Share is a Chrome extension developed by https://altanaitelecom.wordpress.com, and its main feature is "Screen Capturing and Sharing Chrome Extension".
Extension Screenshots
Download Screen Share Extension CRX File
Download Screen Share 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
WebRTC screen capture for screen sharing
Extension Basic Information
Name | |
ID | elfbfompfpakbefoaicaeoabnnoihoac |
Official URL | https://chrome.google.com/webstore/detail/screen-share/elfbfompfpakbefoaicaeoabnnoihoac |
Description | Screen Capturing and Sharing Chrome Extension |
File Size | 51.05 KB |
Installation Count | 43 |
Current Version | 2.2 |
Last Updated | 2016-08-17 |
Publish Date | 2016-08-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://altanaitelecom.wordpress.com |
[email protected] | |
Payment Type | free |
Extension Website | https://altanaitelecom.wordpress.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Share", "author": "Altanai", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen Capturing and Sharing Chrome Extension", "homepage_url": "https:\/\/altanaitelecom.wordpress.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/localhost\/*", "*:\/\/www.villageexperts.com\/*", "*:\/\/ec2-52-66-78-44.ap-south-1.compute.amazonaws.com\/*", "*:\/\/ec2-54-174-186-98.compute-1.amazonaws.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.villageexperts.com\/*", "*:\/\/ec2-52-66-78-44.ap-south-1.compute.amazonaws.com\/*", "*:\/\/ec2-54-174-186-98.compute-1.amazonaws.com\/*" ] }, "web_accessible_resources": [ "icon.png" ], "icons": { "48": "icon48.png" }, "permissions": [ "desktopCapture" ] } |