Snapcast
Screensharing utility Snapcast
Cos'è Snapcast?
Snapcast è un'estensione di Chrome sviluppata da https://www.snapcast.xyz, e la sua funzione principale è "Screensharing utility Snapcast".
Scarica il file CRX dell'estensione Snapcast
Scarica i file di estensione Snapcast 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
Cast your screen in a snap! This extension enables screencasts within the Snapcast app.
Informazioni di Base sull'Estensione
Nome | |
ID | mljllkckippdlghlikjakkhfblngjgcn |
URL Ufficiale | https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn |
Descrizione | Screensharing utility Snapcast |
Dimensione del File | 4.35 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-11-30 |
Data di Pubblicazione | 2015-11-30 |
Sviluppatore | https://www.snapcast.xyz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.snapcast.xyz |
Lingue Supportate | 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\/*" ] } } |