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
公式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
Eメール [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"
}