Snapcast
Screensharing utility Snapcast
Co to jest Snapcast?
Snapcast to rozszerzenie Chrome opracowane przez https://www.snapcast.xyz, a jego główną funkcją jest „Screensharing utility Snapcast”.
Pobierz plik CRX rozszerzenia Snapcast
Pobierz pliki rozszerzeń Snapcast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Cast your screen in a snap! This extension enables screencasts within the Snapcast app.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mljllkckippdlghlikjakkhfblngjgcn |
Oficjalny URL | https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn |
Opis | Screensharing utility Snapcast |
Rozmiar pliku | 4.35 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2015-11-30 |
Data Publikacji | 2015-11-30 |
Deweloper | https://www.snapcast.xyz |
Typ Płatności | free |
Strona Rozszerzenia | https://www.snapcast.xyz |
Obsługiwane Języki | 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\/*" ] } } |