Desktop Screen Capture

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

Co to jest Desktop Screen Capture?

Desktop Screen Capture to rozszerzenie Chrome opracowane przez Kesavan, a jego główną funkcją jest „This WebRTC screen capturing extension can be used within any WebRTC library/application!”.

Pobierz plik CRX rozszerzenia Desktop Screen Capture

Pobierz pliki rozszerzeń Desktop Screen Capture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This plugin will capture desktop screen and share with application used                    

Podstawowe informacje o rozszerzeniu

Nazwa Desktop Screen Capture Desktop Screen Capture
ID incidfiopdpenddingekgkhmdnkackke
Oficjalny URL https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke
Opis This WebRTC screen capturing extension can be used within any WebRTC library/application!
Rozmiar pliku 23.53 KB
Liczba instalacji 30
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-09-06
Data Publikacji 2015-09-06
Deweloper Kesavan
Typ Płatności free
Obsługiwane Języki 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"
    ]
}