Foxcast
Foxcast copied to clipboard
:tv: Making a Chromecast work on Firefox with this extension
Foxcast
Use your chromecast within firefox with this extension. It uses the restfull Chromecast-api to talk to the chromecast protocol, so you need to have that turned on in order to make this work.
Goals:
- [x] List chromecasts.
- [ ] Create a similair layout/style as this.
- [ ] Add a cast button to the youtube player using a content script.
- [ ] Implementing support for the Chromecast SDK so you can use javascript apps. Now this must be implemented in the api AND in the extension.
- [ ] Make Foxcast standalone without Chromecast-api
Build
First you need to have the Chromecast-api started and running.
Then start with installing the dependencies for this project using:
$ npm install
And serve the app with:
$ grunt