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.
- 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
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