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
官方網址 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"
}