Spreed.ME screen sharing

This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.

What is Spreed.ME screen sharing?

Spreed.ME screen sharing is a Chrome extension developed by https://spreed.me, and its main feature is "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".

Extension Screenshots

screenshot

Download Spreed.ME screen sharing Extension CRX File

Download Spreed.ME 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 allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.                    

Extension Basic Information

Name Spreed.ME screen sharing Spreed.ME screen sharing
ID labcnlicceloglidikcjbfglhnjibcbd
Official URL https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd
Description This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
File Size 26.15 KB
Installation Count 2,362
Current Version 0.2.1
Last Updated 2015-02-12
Publish Date 2015-02-12
Rating 4.70/5 Total 10 Ratings
Developer https://spreed.me
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.struktur.de/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "struktur AG",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "detector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.",
    "icons": {
        "128": "logo-128x128.png",
        "16": "logo-16x16.png",
        "32": "logo-32x32.png",
        "48": "logo-48x48.png",
        "512": "logo-512x512.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33",
    "name": "Spreed.ME screen sharing",
    "permissions": [
        "tabs",
        "desktopCapture",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Spreed.ME screen sharing",
    "version": "0.2.1"
}