General Purpose Screen Sharing
A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.
What is General Purpose Screen Sharing?
General Purpose Screen Sharing is a Chrome extension developed by daan, and its main feature is "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.".
Extension Screenshots
Download General Purpose Screen Sharing Extension CRX File
Download General Purpose Screen Sharing 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 is a general purpose screensharing extension.
Extension Basic Information
Name | |
ID | danhafjbbhpneafaokcgdobajodphdpi |
Official URL | https://chromewebstore.google.com/detail/general-purpose-screen-sh/danhafjbbhpneafaokcgdobajodphdpi |
Description | A general purpose Screensharing ext. It doesn't do anything except capture content of your screen. |
File Size | 24.57 KB |
Installation Count | 829 |
Current Version | 2.1 |
Last Updated | 2017-06-13 |
Publish Date | 2017-06-13 |
Developer | daan |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "General Purpose Screen Sharing", "author": "Sense Studios VOF.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/sense-studios.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.webcamconsult.com\/*", "https:\/\/*.dev.webcamconsult.com\/*", "https:\/\/*.dev2.webcamconsult.com\/*", "https:\/\/*.staging.webcamconsult.com\/*", "https:\/\/*.webcamconsult.nl\/*", "https:\/\/*.roomdialog.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |