Xtreamr.STUDIO
This Chrome extension allows you to share screen while using Xtreamr.STUDIO
What is Xtreamr.STUDIO?
Xtreamr.STUDIO is a Chrome extension developed by Xtreamr, and its main feature is "This Chrome extension allows you to share screen while using Xtreamr.STUDIO".
Extension Screenshots
Download Xtreamr.STUDIO Extension CRX File
Download Xtreamr.STUDIO 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 app allows you to share your screen while live streaming using Xtreamr.STUDIO.
Extension Basic Information
Name | |
ID | nafigficdopdggngloflibdmjmojkbeo |
Official URL | https://chrome.google.com/webstore/detail/xtreamrstudio/nafigficdopdggngloflibdmjmojkbeo |
Description | This Chrome extension allows you to share screen while using Xtreamr.STUDIO |
File Size | 30.55 KB |
Installation Count | 13 |
Current Version | 2.0 |
Last Updated | 2016-11-20 |
Publish Date | 2016-11-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Xtreamr |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xtreamr.STUDIO", "author": "Xtreamr Team", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension allows you to share screen while using Xtreamr.STUDIO", "homepage_url": "http:\/\/xtreamr.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.xtrea.mr\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |