Snapcast
Screensharing utility Snapcast
Apa itu Snapcast?
Snapcast adalah ekstensi Chrome yang dikembangkan oleh https://www.snapcast.xyz, dan fitur utamanya adalah "Screensharing utility Snapcast".
Unduh Berkas CRX Ekstensi Snapcast
Unduh file ekstensi Snapcast 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
Cast your screen in a snap! This extension enables screencasts within the Snapcast app.
Informasi Dasar Ekstensi
Nama | |
ID | mljllkckippdlghlikjakkhfblngjgcn |
URL Resmi | https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn |
Deskripsi | Screensharing utility Snapcast |
Ukuran File | 4.35 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2015-11-30 |
Tanggal Publikasi | 2015-11-30 |
Pengembang | https://www.snapcast.xyz |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.snapcast.xyz |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snapcast", "description": "Screensharing utility Snapcast", "version": "0.0.4", "manifest_version": 2, "minimum_chrome_version": "34", "icons": [], "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/icicle-kindling.herokuapp.com\/*", "https:\/\/www.snapcast.xyz\/*" ], "runs_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/icicle-kindling.herokuapp.com\/*", "https:\/\/www.snapcast.xyz\/*" ] } } |