Zillion Live WebRTC Screen Capture
This extension allows WebRTC connections to use the screen as a video source.
Apa itu Zillion Live WebRTC Screen Capture?
Zillion Live WebRTC Screen Capture adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension allows WebRTC connections to use the screen as a video source.".
Unduh Berkas CRX Ekstensi Zillion Live WebRTC Screen Capture
Unduh file ekstensi Zillion Live WebRTC 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
Extension to allow screen sharing with zillion live services.
Informasi Dasar Ekstensi
Nama | Zillion Live WebRTC Screen Capture |
ID | jkhlcipancfeplghhbjgbbbgbcibphjn |
URL Resmi | https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn |
Deskripsi | This extension allows WebRTC connections to use the screen as a video source. |
Ukuran File | 8.72 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 3.0.01 |
Terakhir Diperbarui | 2018-02-12 |
Tanggal Publikasi | 2018-02-12 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zillion Live WebRTC Screen Capture", "version": "3.0.01", "description": "This extension allows WebRTC connections to use the screen as a video source.", "author": "Zillion Group", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/zillion.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.example.com\/*", "*:\/\/localhost\/*", "*:\/\/*.myrealappeal.load\/*", "*:\/\/*.realappeal.com\/*", "*:\/\/*.myzillion.load\/*", "*:\/\/*.zillion.com\/*", "*:\/\/*.restorehealth.com\/*" ] } } |