WebStream WebRTC Screen Capture
This extension allows WebStream WebRTC connections to use the screen as a video source.
Cos'è WebStream WebRTC Screen Capture?
WebStream WebRTC Screen Capture è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension allows WebStream WebRTC connections to use the screen as a video source.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebStream WebRTC Screen Capture
Scarica i file di estensione WebStream WebRTC Screen Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | aiiaoeidafjmbmncceigjjbhoopljehf |
| URL Ufficiale | https://chromewebstore.google.com/detail/webstream-webrtc-screen-c/aiiaoeidafjmbmncceigjjbhoopljehf |
| Descrizione | This extension allows WebStream WebRTC connections to use the screen as a video source. |
| Dimensione del File | 395 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2018-11-12 |
| Data di Pubblicazione | 2018-11-11 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |