Creatr Screen Sharing
This extension will enable screen sharing for your Creatr live-stream
What is Creatr Screen Sharing?
Creatr Screen Sharing is a Chrome extension developed by https://creatr.me, and its main feature is "This extension will enable screen sharing for your Creatr live-stream".
Extension Screenshots
Download Creatr Screen Sharing Extension CRX File
Download Creatr 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 extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams
Extension Basic Information
Name | Creatr Screen Sharing |
ID | dkjhjdmkggcdbbbhffeoodagoepdiahp |
Official URL | https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp |
Description | This extension will enable screen sharing for your Creatr live-stream |
File Size | 28.82 KB |
Installation Count | 19 |
Current Version | 2.1 |
Last Updated | 2016-10-25 |
Publish Date | 2016-10-25 |
Developer | https://creatr.me |
Payment Type | free |
Extension Website | https://creatr |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Creatr Screen Sharing", "author": "Reveu, Inc.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension will enable screen sharing for your Creatr live-stream", "homepage_url": "http:\/\/creatr.me\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.reveu.me\/*", "https:\/\/*.creatr.me\/*", "http:\/\/localhost:3000\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |