Samesurf Screen Sharing

Samesurf webrtc screensharing extension.

Samesurf Screen Sharingとは何ですか?

Samesurf Screen Sharingはhttps://samesurf.comによって開発されたChromeの拡張機能で、その主な機能は「Samesurf webrtc screensharing extension.」です。

拡張機能のスクリーンショット

screenshot

Samesurf Screen Sharing拡張機能のCRXファイルをダウンロード

Samesurf Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        extension to enable webrtc sharing                    

拡張機能の基本情報

名前 Samesurf Screen Sharing Samesurf Screen Sharing
ID ejgjbfaglnbijjdngceoldepidphcbab
公式URL https://chromewebstore.google.com/detail/samesurf-screen-sharing/ejgjbfaglnbijjdngceoldepidphcbab
説明 Samesurf webrtc screensharing extension.
ファイルサイズ 19.49 KB
インストール数 64
現在のバージョン 1.8
最終更新日 2019-07-09
公開日 2019-07-08
開発者 https://samesurf.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Samesurf Screen Sharing",
    "author": "Samesurf",
    "version": "1.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Samesurf webrtc screensharing extension.",
    "homepage_url": "http:\/\/www.samesurf.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.samesurf.com\/*",
        "https:\/\/*.samesurf.com\/*",
        "http:\/\/*.samesurfer.com\/*",
        "https:\/\/*.samesurfer.com\/*",
        "http:\/\/*.ibonfire.com\/*",
        "https:\/\/*.ibonfire.com\/*",
        "http:\/\/*.actualworlds.com\/*",
        "https:\/\/*.actualworlds.com\/*",
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}