nanoStream Screen Capture

Share your screen with nanocosmos!

What is nanoStream Screen Capture?

nanoStream Screen Capture is a Chrome extension developed by http://www.nanocosmos.de, and its main feature is "Share your screen with nanocosmos!".

Download nanoStream Screen Capture Extension CRX File

Download nanoStream 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

                        nanoStream Screen Capture Extension for WebRTC Applications on Google Chrome
Working on combination with nanoStream WebRTC Applications
(c) 2015 nanocosmos GmbH                    

Extension Basic Information

Name nanoStream Screen Capture nanoStream Screen Capture
ID jfjljfmoopheadghnkjbonkmgbkjhjdo
Official URL https://chrome.google.com/webstore/detail/jfjljfmoopheadghnkjbonkmgbkjhjdo
Description Share your screen with nanocosmos!
File Size 28 KB
Installation Count 68
Current Version 2.1
Last Updated 2015-11-24
Publish Date 2015-11-24
Rating 5.00/5 Total 1 Ratings
Developer http://www.nanocosmos.de
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nanoStream Screen Capture",
    "author": "nanocosmos GmbH",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share your screen with nanocosmos!",
    "homepage_url": "http:\/\/www.nanocosmos.de",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon-16.png",
        "icon-128.png"
    ]
}