SendToKodi

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

Hvad er SendToKodi?

SendToKodi er en Chrome-udvidelse udviklet af Tristan Teufel, og dens hovedfunktion er "SendToKodi allows you to send almost any stream from Chrome to Kodi.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SendToKodi-udvidelses-CRX-fil

Download SendToKodi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn SendToKodi SendToKodi
ID gbcpfpcacakaadapjcdchbdmdnfbnbaf
Officiel URL https://chromewebstore.google.com/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf
Beskrivelse SendToKodi allows you to send almost any stream from Chrome to Kodi.
Filstørrelse 1.24 MB
Antal Installationer 475
Nuværende Version 0.0.36
Senest Opdateret 2023-12-04
Udgivelsesdato 2018-06-12
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler Tristan Teufel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://firsttris.github.io/sendtokodi-gatsby/
Hjælpeside-URL https://github.com/firsttris/chrome.sendtokodi/issues
Understøttede Sprog 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"
}