SendToKodi

SendToKodi allows you to send almost any stream from Chrome to Kodi.

Was ist SendToKodi?

SendToKodi ist eine Chrome-Erweiterung, die von Tristan Teufel entwickelt wurde, und ihr Hauptmerkmal ist "SendToKodi allows you to send almost any stream from Chrome to Kodi.".

Erweiterungsscreenshots

screenshot
screenshot

SendToKodi-Erweiterungs-CRX-Datei herunterladen

Laden Sie SendToKodi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SendToKodi SendToKodi
ID gbcpfpcacakaadapjcdchbdmdnfbnbaf
Offizielle URL https://chromewebstore.google.com/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf
Beschreibung SendToKodi allows you to send almost any stream from Chrome to Kodi.
Dateigröße 1.24 MB
Installationsanzahl 475
Aktuelle Version 0.0.36
Letztes Update 2023-12-04
Veröffentlichungsdatum 2018-06-12
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Tristan Teufel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://firsttris.github.io/sendtokodi-gatsby/
Hilfeseite URL https://github.com/firsttris/chrome.sendtokodi/issues
Unterstützte Sprachen 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"
}