Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

什么是Record/Stream Screen Sharing Extension?

Record/Stream Screen Sharing Extension是由MNS开发的Chrome扩展程序,该扩展的主要功能是“Share your screen while recording or streaming.”。

扩展截图

screenshot

下载Record/Stream Screen Sharing Extension扩展crx文件

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

扩展使用说明

                        By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.                    

扩展基本信息

名称 Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
官方URL https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
简介 Share your screen while recording or streaming.
文件大小 9.54 KB
安装次数 6,000
当前版本 1.0.0
更新时间 2018-09-25
上架时间 2018-09-25
评分 2.75/5 共4次评分
开发者 MNS
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.mns.vc/privacy
支持的语言 en
manifest.json
{
    "manifest_version": 2,
    "name": "Record\/Stream Screen Sharing Extension",
    "version": "1.0.0",
    "description": "Share your screen while recording or streaming.",
    "icons": {
        "128": "rec-vc-icon-128.png",
        "16": "rec-vc-icon-16.png",
        "48": "rec-vc-icon-48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/my.rec.vc",
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "tabCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "Record\/Stream Screen Sharing Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}