VLR Screen Capturing
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Co je VLR Screen Capturing?
VLR Screen Capturing je rozšíření Chrome vyvinuté ward.ye, a jeho hlavní funkcí je „This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření VLR Screen Capturing
Stáhněte si soubory rozšíření VLR Screen Capturing 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í
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.
Základní Informace o Rozšíření
Název | |
ID | jnbggkpmcolbjifdboognjfadicchgoa |
Oficiální URL | https://chrome.google.com/webstore/detail/vlr-screen-capturing/jnbggkpmcolbjifdboognjfadicchgoa |
Popis | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
Velikost souboru | 7.8 KB |
Počet instalací | 11 |
Aktuální Verze | 3.3 |
Poslední Aktualizace | 2016-04-19 |
Datum Vydání | 2016-04-19 |
Vývojář | ward.ye |
Typ Platby | free |
Podporované Jazyky | 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" ] } |