Samesurf Screen Sharing

Samesurf webrtc screensharing extension.

Co je Samesurf Screen Sharing?

Samesurf Screen Sharing je rozšíření Chrome vyvinuté https://samesurf.com, a jeho hlavní funkcí je „Samesurf webrtc screensharing extension.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Samesurf Screen Sharing

Stáhněte si soubory rozšíření Samesurf Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        extension to enable webrtc sharing                    

Základní Informace o Rozšíření

Název Samesurf Screen Sharing Samesurf Screen Sharing
ID ejgjbfaglnbijjdngceoldepidphcbab
Oficiální URL https://chromewebstore.google.com/detail/samesurf-screen-sharing/ejgjbfaglnbijjdngceoldepidphcbab
Popis Samesurf webrtc screensharing extension.
Velikost souboru 19.49 KB
Počet instalací 64
Aktuální Verze 1.8
Poslední Aktualizace 2019-07-09
Datum Vydání 2019-07-08
Vývojář https://samesurf.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}