SendToKodi

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

SendToKodi là gì?

SendToKodi là một tiện ích mở rộng Chrome được phát triển bởi Tristan Teufel, và tính năng chính của nó là "SendToKodi allows you to send almost any stream from Chrome to Kodi.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SendToKodi

Tải xuống các tệp mở rộng SendToKodi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SendToKodi SendToKodi
ID gbcpfpcacakaadapjcdchbdmdnfbnbaf
URL Chính Thức https://chromewebstore.google.com/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf
Mô tả SendToKodi allows you to send almost any stream from Chrome to Kodi.
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 475
Phiên Bản Hiện Tại 0.0.36
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2018-06-12
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Tristan Teufel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://firsttris.github.io/sendtokodi-gatsby/
URL Trang Trợ Giúp https://github.com/firsttris/chrome.sendtokodi/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}