SendToKodi
SendToKodi allows you to send almost any stream from Chrome to Kodi.
O que é SendToKodi?
SendToKodi é uma extensão do Chrome desenvolvida por Tristan Teufel, e sua principal característica é "SendToKodi allows you to send almost any stream from Chrome to Kodi.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SendToKodi
Baixe arquivos de extensão SendToKodi no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | SendToKodi |
ID | gbcpfpcacakaadapjcdchbdmdnfbnbaf |
URL Oficial | https://chromewebstore.google.com/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf |
Descrição | SendToKodi allows you to send almost any stream from Chrome to Kodi. |
Tamanho do Arquivo | 1.24 MB |
Contagem de Instalações | 475 |
Versão Atual | 0.0.36 |
Última Atualização | 2023-12-04 |
Data de Publicação | 2018-06-12 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Tristan Teufel |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://firsttris.github.io/sendtokodi-gatsby/ |
URL da Página de Ajuda | https://github.com/firsttris/chrome.sendtokodi/issues |
Idiomas Suportados | 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" } |