SendToKodi
SendToKodi allows you to send almost any stream from Chrome to Kodi.
Qu'est-ce que SendToKodi ?
SendToKodi est une extension Chrome développée par Tristan Teufel, et sa fonction principale est "SendToKodi allows you to send almost any stream from Chrome to Kodi.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SendToKodi
Téléchargez les fichiers d'extension SendToKodi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
SendToKodi is a powerful Chrome extension designed to enhance your media streaming experience. With just a single click, it allows you to send any video or audio stream from your current webpage directly to Kodi. SendToKodi for Kodi can extract media streams from almost any website. Whether you're browsing YouTube, Vimeo, SoundCloud, or any other media site, SendToKodi makes it easy to enjoy your favorite content on your Kodi setup. To use SendToKodi, you'll also need to install the SendToKodi plugin on your Kodi device. Once both are set up, you're ready to start streaming your favorite content with ease. If you encounter any issues or have feature requests, feel free to create an issue on the SendToKodi GitHub page. Enjoy a seamless streaming experience with SendToKodi!
Informations de Base sur l'Extension
Nom | SendToKodi |
ID | gbcpfpcacakaadapjcdchbdmdnfbnbaf |
URL Officiel | https://chromewebstore.google.com/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf |
Description | SendToKodi allows you to send almost any stream from Chrome to Kodi. |
Taille du Fichier | 1.24 MB |
Nombre d'Installations | 475 |
Version Actuelle | 0.0.36 |
Dernière Mise à Jour | 2023-12-04 |
Date de Publication | 2018-06-12 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Tristan Teufel |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://firsttris.github.io/sendtokodi-gatsby/ |
URL de la Page d'Aide | https://github.com/firsttris/chrome.sendtokodi/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SendToKodi", "description": "SendToKodi allows you to send almost any stream from Chrome to Kodi.", "short_name": "SendToKodi", "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "http:\/\/*\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "manifest_version": 3, "version": "0.0.36" } |