Youtube | Vimeo | Fmovies |
---|---|---|
Remote as the name entails, is a remote, but for your browser 🎉
Nowadays, most of the content is available through the browser. However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV.
Remote is the missing controller for your browser, especially when you're showing video content on TV.
Install it directly from the Chrome Webstore
npm i # Installs dependencies
typings install # Install typings
npm run build:all # Builds the server, the client and the extension
npm run server:start # Launches the server
Now you can add the remote to Chrome via chrome://extensions
Click the Load unpacked extension button and select the folder build/extensions
Scan the QRCode given by the extension when you click on it
... and that's it 😄 Happy controlling !
Compatible with all HTML5 video players with the following features :
- Play
- Pause
- Forwards (+5s)
- Backwards (-5s)
- Volume up (+10)
- Volume down (-10)
Enter and exit fullscreen for:
- Production: https://remote-potato.herokuapp.com/
- Staging - new design: https://remote-potato-new-design.herokuapp.com/
William Delmas 💻 📖 👀 |
David Boclé 💻 📖 👀 |
This project follows the all-contributors specification. Contributions of any kind are welcome!
Changes and improvements are more than welcome!
Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the remote fully works before sending the PR, as that will help speed up the process.
You can find more informations in the contributing guide.
Remote is licensed under the MIT license.