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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}