Screen Capturing

This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!

Cos'è Screen Capturing?

Screen Capturing è un'estensione di Chrome sviluppata da e-space.vn, e la sua funzione principale è "This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screen Capturing

Scarica i file di estensione Screen Capturing 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

                        Espace Platform Desktop Sharing Plugin                    

Informazioni di Base sull'Estensione

Nome Screen Capturing Screen Capturing
ID bgadlcaambmdcgoealdioiclljcdkple
URL Ufficiale https://chromewebstore.google.com/detail/screen-capturing/bgadlcaambmdcgoealdioiclljcdkple
Descrizione This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Dimensione del File 6.05 KB
Conteggio Installazioni 105
Versione Corrente 2.1.8
Ultimo Aggiornamento 2021-08-07
Data di Pubblicazione 2019-10-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore e-space.vn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "phuong nguyen",
    "version": "2.1.8",
    "manifest_version": 2,
    "minimum_chrome_version": "36",
    "description": "This WbRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/e-space.vn",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/vx.e-space.vn\/*",
                "https:\/\/vx.e-space.vn:8443\/*",
                "https:\/\/ex.e-space.vn\/*",
                "https:\/\/ex.e-space.vn:8443\/*",
                "https:\/\/ph.e-space.vn\/*",
                "https:\/\/ph.e-space.vn:8443\/*",
                "https:\/\/sa.e-space.vn\/*",
                "https:\/\/sa.e-space.vn:8443\/*",
                "https:\/\/ca.e-space.vn\/*",
                "https:\/\/ca.e-space.vn:8443\/*",
                "https:\/\/call.e-space.vn\/*",
                "https:\/\/call.e-space.vn:8443\/*",
                "https:\/\/eu.e-space.vn\/*",
                "https:\/\/eu.e-space.vn:8443\/*",
                "https:\/\/sn.e-space.vn\/*",
                "https:\/\/sn.e-space.vn:8443\/*",
                "https:\/\/us.e-space.vn\/*",
                "https:\/\/us.e-space.vn:8443\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}