SendToKodi is a Chrome extension that allows you to send almost any stream from Chrome to Kodi.
- Send various types of streams to Kodi
- Support for playlists
- Ability to save multiple connections
- Supported Sites
To use this extension, you need to install the SendToKodi Addon in Kodi. You can find it here: plugin.video.sendtokodi
You can install the extension from:
Follow these steps to get the extension ready for development:
- Install the necessary packages with
npm install
. - Start the project with
npm run start
.- For Firefox compatibility, use
npm run start:firefox
.
- For Firefox compatibility, use
- Load your extension:
- For Chrome:
- Go to
chrome://extensions/
. - Enable
Developer mode
. - Click on
Load unpacked extension
. - Select the
build
folder.
- Go to
- For Firefox:
- Go to
about:debugging
. - Click on
This Firefox
. - Click on
Load temporary Add-on...
. - Select the
build
folder.
- Go to
- For Chrome:
- thanks to eeshugerman for providing Mozilla support 3
For license rights and limitations, see the LICENSE file (MIT).