Screen Capturing for MITV
This WebRTC screen capturing extension can be used within any WebRTC library/application!
Cos'è Screen Capturing for MITV?
Screen Capturing for MITV è un'estensione di Chrome sviluppata da https://media.kron-telekom.si, e la sua funzione principale è "This WebRTC screen capturing extension can be used within any WebRTC library/application!".
Scarica il file CRX dell'estensione Screen Capturing for MITV
Scarica i file di estensione Screen Capturing for MITV 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
Extension needed for WebRTC media platform.
Informazioni di Base sull'Estensione
Nome | |
ID | olbkfkkemojeaacbfianmaifcglelgde |
URL Ufficiale | https://chrome.google.com/webstore/detail/screen-capturing-for-mitv/olbkfkkemojeaacbfianmaifcglelgde |
Descrizione | This WebRTC screen capturing extension can be used within any WebRTC library/application! |
Dimensione del File | 6.74 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 3.3.5 |
Ultimo Aggiornamento | 2015-07-09 |
Data di Pubblicazione | 2015-07-09 |
Sviluppatore | https://media.kron-telekom.si |
Tipo di Pagamento | free |
Lingue Supportate | sl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capturing for MITV", "author": "Muaz Khan", "version": "3.3.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!", "homepage_url": "http:\/\/beta.mitv.si", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |