Capturador de pantalla webRTC

webRTC screen capturing extension

Qu'est-ce que Capturador de pantalla webRTC ?

Capturador de pantalla webRTC est une extension Chrome développée par wellnessdeveloper, et sa fonction principale est "webRTC screen capturing extension".

Télécharger le fichier CRX de l'extension Capturador de pantalla webRTC

Téléchargez les fichiers d'extension Capturador de pantalla webRTC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Capturador de pantalla webRTC Capturador de pantalla webRTC
ID hhjjfidgceplcgdlmmipcenhbdnhkhkg
URL Officiel https://chrome.google.com/webstore/detail/capturador-de-pantalla-we/hhjjfidgceplcgdlmmipcenhbdnhkhkg
Description webRTC screen capturing extension
Taille du Fichier 7.4 KB
Nombre d'Installations 15
Version Actuelle 3.3
Dernière Mise à Jour 2014-10-02
Date de Publication 2014-10-02
Développeur wellnessdeveloper
Type de Paiement free
Langues Prises en Charge 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"
    ]
}