Desktop Screen Capture

This WebRTC screen capturing extension can be used within any WebRTC library/application!

Wat is Desktop Screen Capture?

Desktop Screen Capture is een Chrome-extensie ontwikkeld door Kesavan, en de belangrijkste functie is "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Download het CRX-bestand van de extensie Desktop Screen Capture

Download Desktop Screen Capture-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

                        This plugin will capture desktop screen and share with application used                    

Basisinformatie over de Extensie

Naam Desktop Screen Capture Desktop Screen Capture
ID incidfiopdpenddingekgkhmdnkackke
Officiële URL https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke
Beschrijving This WebRTC screen capturing extension can be used within any WebRTC library/application!
Bestandsgrootte 23.53 KB
Aantal Installaties 30
Huidige Versie 1.3
Laatst Bijgewerkt 2015-09-06
Publicatiedatum 2015-09-06
Ontwikkelaar Kesavan
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desktop Screen Capture",
    "author": "Kesavan Mannupillai",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "https:\/\/52.25.232.34\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "1": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}