Desktop Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application!
Apa itu Desktop Screen Capture?
Desktop Screen Capture adalah ekstensi Chrome yang dikembangkan oleh Kesavan, dan fitur utamanya adalah "This WebRTC screen capturing extension can be used within any WebRTC library/application!".
Unduh Berkas CRX Ekstensi Desktop Screen Capture
Unduh file ekstensi Desktop Screen Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This plugin will capture desktop screen and share with application used
Informasi Dasar Ekstensi
Nama | Desktop Screen Capture |
ID | incidfiopdpenddingekgkhmdnkackke |
URL Resmi | https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke |
Deskripsi | This WebRTC screen capturing extension can be used within any WebRTC library/application! |
Ukuran File | 23.53 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-09-06 |
Tanggal Publikasi | 2015-09-06 |
Pengembang | Kesavan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |