SendToKodi

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

SendToKodiคืออะไร?

SendToKodi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tristan Teufel และคุณลักษณะหลักของมันคือ "SendToKodi allows you to send almost any stream from Chrome to Kodi."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SendToKodi

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}