Desktop Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application!
Cos'è Desktop Screen Capture?
Desktop Screen Capture è un'estensione di Chrome sviluppata da Kesavan, e la sua funzione principale è "This WebRTC screen capturing extension can be used within any WebRTC library/application!".
Scarica il file CRX dell'estensione Desktop Screen Capture
Scarica i file di estensione Desktop 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
This plugin will capture desktop screen and share with application used
Informazioni di Base sull'Estensione
Nome | Desktop Screen Capture |
ID | incidfiopdpenddingekgkhmdnkackke |
URL Ufficiale | https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke |
Descrizione | This WebRTC screen capturing extension can be used within any WebRTC library/application! |
Dimensione del File | 23.53 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-09-06 |
Data di Pubblicazione | 2015-09-06 |
Sviluppatore | Kesavan |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desktop Screen Capture", "author": "Kesavan Mannupillai", "version": "1.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!", "homepage_url": "https:\/\/52.25.232.34\/getScreenId\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "http:\/\/*\/*" ] } ], "icons": { "1": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |