Samesurf Screen Sharing

Samesurf webrtc screensharing extension.

Cos'è Samesurf Screen Sharing?

Samesurf Screen Sharing è un'estensione di Chrome sviluppata da https://samesurf.com, e la sua funzione principale è "Samesurf webrtc screensharing extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Samesurf Screen Sharing

Scarica i file di estensione Samesurf Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        extension to enable webrtc sharing                    

Informazioni di Base sull'Estensione

Nome Samesurf Screen Sharing Samesurf Screen Sharing
ID ejgjbfaglnbijjdngceoldepidphcbab
URL Ufficiale https://chromewebstore.google.com/detail/samesurf-screen-sharing/ejgjbfaglnbijjdngceoldepidphcbab
Descrizione Samesurf webrtc screensharing extension.
Dimensione del File 19.49 KB
Conteggio Installazioni 64
Versione Corrente 1.8
Ultimo Aggiornamento 2019-07-09
Data di Pubblicazione 2019-07-08
Sviluppatore https://samesurf.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}