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
Eメール [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"
}