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.”。

擴展截圖

screenshot
screenshot

下載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 SendToKodi
ID gbcpfpcacakaadapjcdchbdmdnfbnbaf
官方網址 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"
}