ScreenCapture

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

Cos'è ScreenCapture?

ScreenCapture è un'estensione di Chrome sviluppata da https://zapoj.com, e la sua funzione principale è "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione ScreenCapture

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

                        Zapoj Screen sharing                    

Informazioni di Base sull'Estensione

Nome ScreenCapture ScreenCapture
ID cfealimhnnpndpaoaigoeoalhgbciefa
URL Ufficiale https://chromewebstore.google.com/detail/screencapture/cfealimhnnpndpaoaigoeoalhgbciefa
Descrizione This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Dimensione del File 7.71 KB
Conteggio Installazioni 10
Versione Corrente 4.8
Ultimo Aggiornamento 2019-10-23
Data di Pubblicazione 2019-10-22
Sviluppatore https://zapoj.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://zapoj.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenCapture",
    "author": "Zapoj",
    "version": "4.8",
    "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.webrtc-experiment.com\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.demo.zapoj.com\/*",
                "https:\/\/*.dev.zapoj.com\/*",
                "http:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*",
                "https:\/\/chatapp.aadhya-analytics.com:4201\/*",
                "http:\/\/chatapp.aadhya-analytics.com:4201\/*",
                "https:\/\/127.0.0.1:4200\/*",
                "http:\/\/127.0.0.1:4200\/*",
                "http:\/\/localhost:4200\/*",
                "https:\/\/localhost:4200\/*",
                "https:\/\/52.43.138.246:3002\/*",
                "https:\/\/192.168.0.12:4200\/*",
                "https:\/\/chatapp.aadhya-analytics.com:30001\/*",
                "https:\/\/webrtc.demo.zapoj.com\/*",
                "https:\/\/webrtc.dev.zapoj.com\/*",
                "https:\/\/192.168.1.8:4200\/*",
                "http:\/\/192.168.1.8:4200\/*",
                "https:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}