ScreenCapture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
O que é ScreenCapture?
ScreenCapture é uma extensão do Chrome desenvolvida por https://zapoj.com, e sua principal característica é "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ScreenCapture
Baixe arquivos de extensão ScreenCapture 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
Zapoj Screen sharing
Informações Básicas da Extensão
Nome | ScreenCapture |
ID | cfealimhnnpndpaoaigoeoalhgbciefa |
URL Oficial | https://chromewebstore.google.com/detail/screencapture/cfealimhnnpndpaoaigoeoalhgbciefa |
Descrição | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
Tamanho do Arquivo | 7.71 KB |
Contagem de Instalações | 10 |
Versão Atual | 4.8 |
Última Atualização | 2019-10-23 |
Data de Publicação | 2019-10-22 |
Desenvolvedor | https://zapoj.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://zapoj.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenCapture", "author": "Zapoj", "version": "4.8", "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:\/\/www.webrtc-experiment.com\/getScreenId\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.demo.zapoj.com\/*", "https:\/\/*.dev.zapoj.com\/*", "http:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*", "https:\/\/chatapp.aadhya-analytics.com:4201\/*", "http:\/\/chatapp.aadhya-analytics.com:4201\/*", "https:\/\/127.0.0.1:4200\/*", "http:\/\/127.0.0.1:4200\/*", "http:\/\/localhost:4200\/*", "https:\/\/localhost:4200\/*", "https:\/\/52.43.138.246:3002\/*", "https:\/\/192.168.0.12:4200\/*", "https:\/\/chatapp.aadhya-analytics.com:30001\/*", "https:\/\/webrtc.demo.zapoj.com\/*", "https:\/\/webrtc.dev.zapoj.com\/*", "https:\/\/192.168.1.8:4200\/*", "http:\/\/192.168.1.8:4200\/*", "https:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |