SendToKodi
SendToKodi allows you to send almost any stream from Chrome to Kodi.
什么是SendToKodi?
SendToKodi是由Tristan Teufel开发的Chrome扩展程序,该扩展的主要功能是“SendToKodi allows you to send almost any stream from Chrome to Kodi.”。
扩展截图
下载SendToKodi扩展crx文件
下载SendToKodi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | SendToKodi |
ID | gbcpfpcacakaadapjcdchbdmdnfbnbaf |
官方URL | https://chromewebstore.google.com/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf |
简介 | SendToKodi allows you to send almost any stream from Chrome to Kodi. |
文件大小 | 1.24 MB |
安装次数 | 475 |
当前版本 | 0.0.36 |
更新时间 | 2023-12-04 |
上架时间 | 2018-06-12 |
评分 | 5.00/5 共6次评分 |
开发者 | Tristan Teufel |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://firsttris.github.io/sendtokodi-gatsby/ |
帮助页面URL | https://github.com/firsttris/chrome.sendtokodi/issues |
支持的语言 | 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" } |