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.”。
擴展截圖
下載Cast Kodi擴展crx文件
下載Cast Kodi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | gojlijimdlgjlliggedhakpefimkedmb |
官方網址 | 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": [ " |