Snapcast
Screensharing utility Snapcast
What is Snapcast?
Snapcast is a Chrome extension developed by https://www.snapcast.xyz, and its main feature is "Screensharing utility Snapcast".
Download Snapcast Extension CRX File
Download Snapcast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cast your screen in a snap! This extension enables screencasts within the Snapcast app.
Extension Basic Information
Name | |
ID | mljllkckippdlghlikjakkhfblngjgcn |
Official URL | https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn |
Description | Screensharing utility Snapcast |
File Size | 4.35 KB |
Installation Count | 27 |
Current Version | 0.0.4 |
Last Updated | 2015-11-30 |
Publish Date | 2015-11-30 |
Developer | https://www.snapcast.xyz |
Payment Type | free |
Extension Website | https://www.snapcast.xyz |
Supported Languages | 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\/*" ] } } |