Desktop Screen Capture

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

Co je Desktop Screen Capture?

Desktop Screen Capture je rozšíření Chrome vyvinuté Kesavan, a jeho hlavní funkcí je „This WebRTC screen capturing extension can be used within any WebRTC library/application!“.

Stáhnout soubor CRX rozšíření Desktop Screen Capture

Stáhněte si soubory rozšíření Desktop Screen Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This plugin will capture desktop screen and share with application used                    

Základní Informace o Rozšíření

Název Desktop Screen Capture Desktop Screen Capture
ID incidfiopdpenddingekgkhmdnkackke
Oficiální URL https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke
Popis This WebRTC screen capturing extension can be used within any WebRTC library/application!
Velikost souboru 23.53 KB
Počet instalací 30
Aktuální Verze 1.3
Poslední Aktualizace 2015-09-06
Datum Vydání 2015-09-06
Vývojář Kesavan
Typ Platby free
Podporované Jazyky 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"
    ]
}