Spreed.ME screen sharing

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

什么是Spreed.ME screen sharing?

Spreed.ME screen sharing是由https://spreed.me开发的Chrome扩展程序,该扩展的主要功能是“This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.”。

扩展截图

screenshot

下载Spreed.ME screen sharing扩展crx文件

下载Spreed.ME screen sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.                    

扩展基本信息

名称 Spreed.ME screen sharing Spreed.ME screen sharing
ID labcnlicceloglidikcjbfglhnjibcbd
官方URL https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd
简介 This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
文件大小 26.15 KB
安装次数 2,362
当前版本 0.2.1
更新时间 2015-02-12
上架时间 2015-02-12
评分 4.70/5 共10次评分
开发者 https://spreed.me
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.struktur.de/privacy
支持的语言 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"
}