Creatr Screen Sharing

This extension will enable screen sharing for your Creatr live-stream

什么是Creatr Screen Sharing?

Creatr Screen Sharing是由https://creatr.me开发的Chrome扩展程序,该扩展的主要功能是“This extension will enable screen sharing for your Creatr live-stream”。

扩展截图

screenshot

下载Creatr Screen Sharing扩展crx文件

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

扩展使用说明

                        This extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams                    

扩展基本信息

名称 Creatr Screen Sharing Creatr Screen Sharing
ID dkjhjdmkggcdbbbhffeoodagoepdiahp
官方URL https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp
简介 This extension will enable screen sharing for your Creatr live-stream
文件大小 28.82 KB
安装次数 19
当前版本 2.1
更新时间 2016-10-25
上架时间 2016-10-25
开发者 https://creatr.me
付费类型 free
扩展官网 https://creatr
支持的语言 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"
    ]
}