Samesurf Screen Sharing

Samesurf webrtc screensharing extension.

Apa itu Samesurf Screen Sharing?

Samesurf Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://samesurf.com, dan fitur utamanya adalah "Samesurf webrtc screensharing extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Samesurf Screen Sharing

Unduh file ekstensi Samesurf Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        extension to enable webrtc sharing                    

Informasi Dasar Ekstensi

Nama Samesurf Screen Sharing Samesurf Screen Sharing
ID ejgjbfaglnbijjdngceoldepidphcbab
URL Resmi https://chromewebstore.google.com/detail/samesurf-screen-sharing/ejgjbfaglnbijjdngceoldepidphcbab
Deskripsi Samesurf webrtc screensharing extension.
Ukuran File 19.49 KB
Jumlah Instalasi 64
Versi Saat Ini 1.8
Terakhir Diperbarui 2019-07-09
Tanggal Publikasi 2019-07-08
Pengembang https://samesurf.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}