Cast Kodi

Cast videos and music from more than 50 sites (YouTube, Twitch, Vimeo, SoundCloud, torrent, …) to Kodi.

Cast Kodi란 무엇입니까?

Cast Kodi은(는) regseb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cast videos and music from more than 50 sites (YouTube, Twitch, Vimeo, SoundCloud, torrent, …) to Kodi."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Cast Kodi 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cast Kodi also analyzes the pages for videos, music or external platforms integrations. For example, if a page displays a YouTube video, this video will be sent to Kodi.

To cast videos / music, three items can be added on context menu of link / page / selection of videos or audio: Play now to Kodi, Play next to Kodi and Queue item to Kodi. A remote (accessible with toolbar button) is also present to cast current tab to Kodi and to: pause, go to next element, adjust the volume, …


In Kodi, you must Allow remote control from applications on other systems. This option is on Settings / Services / Control.

Then you must configure Cast Kodi Options by copying IP address of the server hosting Kodi; this information is displayed on Kodi's Settings / System information / Summary page.                    

확장 프로그램 기본 정보

이름 Cast Kodi Cast Kodi
ID gojlijimdlgjlliggedhakpefimkedmb
공식 URL https://chromewebstore.google.com/detail/cast-kodi/gojlijimdlgjlliggedhakpefimkedmb
설명 Cast videos and music from more than 50 sites (YouTube, Twitch, Vimeo, SoundCloud, torrent, …) to Kodi.
파일 크기 296 KB
설치 횟수 5,000
현재 버전 7.5.1
최근 업데이트 2024-01-29
출시 날짜 2021-12-09
평점 5.00/5 총 5 개의 평점
개발자 regseb
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/regseb/castkodi
도움말 페이지 URL https://github.com/regseb/castkodi/issues
지원되는 언어 en,fr,nl,es,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "122.0"
        }
    },
    "manifest_version": 3,
    "name": "Cast Kodi",
    "version": "7.5.1",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png",
            "64": "img\/icon64.png"
        },
        "default_title": "Cast Kodi",
        "default_popup": "popup\/index.html"
    },
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "author": "S\u00e9bastien R\u00e8gne",
    "background": {
        "service_worker": "background.js",
        "scripts": [
            "background.js"
        ],
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+K"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'"
    },
    "homepage_url": "https:\/\/github.com\/regseb\/castkodi",
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuCQFiB1W7Ezlz7s+wEURQkCPdOA8LHSM0mRNXUvSG2wpQXUO5c8Svwi2CTny2ryE79lGrIZv6SN\/KYd9Zw\/5SoPfYFqVXawN+JB1jUbRXARWCL2B8AJAFvZYzOoRxmojJvuXoth4gN+XfJ5Ua6fqtwis2nDiiich6dNcg9RpZ4MRVCjSDRrcNCYoO9jv5qvNhdA69QMeofp7KlCpGMzoZ3LWvu3RlQkbgNO8DkufSBQCBO6bgP74\/bjhI0VNacUXNGznGRKl32h7MFrCz1T061\/n2EUKdgMjznJLWSVUJ6qmYO7RfxYckRFlHTZCNYB\/2miSspR0mLJgKNca9kTUhwIDAQAB",
    "minimum_chrome_version": "121",
    "optional_permissions": [
        "bookmarks",
        "clipboardRead",
        "history"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "storage"
    ]
}