WebStream WebRTC Screen Capture
This extension allows WebStream WebRTC connections to use the screen as a video source.
O que é WebStream WebRTC Screen Capture?
WebStream WebRTC Screen Capture é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension allows WebStream WebRTC connections to use the screen as a video source.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebStream WebRTC Screen Capture
Baixe arquivos de extensão WebStream WebRTC Screen Capture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | WebStream WebRTC Screen Capture |
ID | aiiaoeidafjmbmncceigjjbhoopljehf |
URL Oficial | https://chromewebstore.google.com/detail/webstream-webrtc-screen-c/aiiaoeidafjmbmncceigjjbhoopljehf |
Descrição | This extension allows WebStream WebRTC connections to use the screen as a video source. |
Tamanho do Arquivo | 395 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-11-12 |
Data de Publicação | 2018-11-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebStream WebRTC Screen Capture", "version": "1.0.1", "description": "This extension allows WebStream WebRTC connections to use the screen as a video source.", "icons": { "16": "WebStream-16.png", "32": "WebStream-32.png", "48": "WebStream-48.png", "128": "WebStream-128.png" }, "author": "WebStream", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/teleconnect.care\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "WebStream-16.png", "WebStream-32.png", "WebStream-48.png", "WebStream-128.png" ] } |