VLR Screen Capturing
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Co to jest VLR Screen Capturing?
VLR Screen Capturing to rozszerzenie Chrome opracowane przez ward.ye, a jego główną funkcją jest „This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VLR Screen Capturing
Pobierz pliki rozszerzeń VLR Screen Capturing 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
application's screen on any HTTPs domain! Even audio+tab! This WebRTC screen capturing extension can be used in all domains, in all WebRTC applications :) It merely captures the screen and returns sourceId. Your application can use that sourceId to use screen stream.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jnbggkpmcolbjifdboognjfadicchgoa |
Oficjalny URL | https://chrome.google.com/webstore/detail/vlr-screen-capturing/jnbggkpmcolbjifdboognjfadicchgoa |
Opis | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
Rozmiar pliku | 7.8 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 3.3 |
Ostatnia Aktualizacja | 2016-04-19 |
Data Publikacji | 2016-04-19 |
Deweloper | ward.ye |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VLR Screen Capturing", "author": "Nabil Mohammed", "version": "3.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!", "homepage_url": "https:\/\/vlr.taalim.us\/deskshare\/chrome\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/vlr.taalim.us\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |