Capturador de pantalla webRTC

webRTC screen capturing extension

Wat is Capturador de pantalla webRTC?

Capturador de pantalla webRTC is een Chrome-extensie ontwikkeld door wellnessdeveloper, en de belangrijkste functie is "webRTC screen capturing extension".

Download het CRX-bestand van de extensie Capturador de pantalla webRTC

Download Capturador de pantalla webRTC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Al instalar esta extensión podrás compartir tu escritorio en la aplicación                    

Basisinformatie over de Extensie

Naam Capturador de pantalla webRTC Capturador de pantalla webRTC
ID hhjjfidgceplcgdlmmipcenhbdnhkhkg
Officiële URL https://chrome.google.com/webstore/detail/capturador-de-pantalla-we/hhjjfidgceplcgdlmmipcenhbdnhkhkg
Beschrijving webRTC screen capturing extension
Bestandsgrootte 7.4 KB
Aantal Installaties 15
Huidige Versie 3.3
Laatst Bijgewerkt 2014-10-02
Publicatiedatum 2014-10-02
Ontwikkelaar wellnessdeveloper
Betalingswijze free
Ondersteunde Talen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capturador de pantalla webRTC",
    "author": "Muaz Khan",
    "version": "3.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "webRTC screen capturing extension",
    "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_start",
            "matches": [
                "*:\/\/89.140.10.39\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}