Screen Capturing

This WebRTC 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 https://www.brainmeasures.com, e la sua funzione principale è "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

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

                        Brainmeasures Screen Sharing                    

Informazioni di Base sull'Estensione

Nome Screen Capturing Screen Capturing
ID imajhnndgfbilappeocjbdgemddgiake
URL Ufficiale https://chromewebstore.google.com/detail/screen-capturing/imajhnndgfbilappeocjbdgemddgiake
Descrizione This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Dimensione del File 10.55 KB
Conteggio Installazioni 108
Versione Corrente 4.1
Ultimo Aggiornamento 2018-01-13
Data di Pubblicazione 2018-01-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.brainmeasures.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "Muaz Khan",
    "version": "4.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/www.brainmeasures.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.brainmeasures.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}