PlayThis
PlayThis context menu, send/add video urls to PlayThis add-on in Kodi for resolving and playback
什麼是PlayThis?
PlayThis是由anxdpanic開發的Chrome擴展程式,該擴展的主要功能是“PlayThis context menu, send/add video urls to PlayThis add-on in Kodi for resolving and playback”。
擴展截圖
下載PlayThis擴展crx文件
下載PlayThis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds PlayThis context menu item to pages, frames, links, videos, audio, images and selections.
- 'Send' urls to PlayThis add-on in Kodi for resolving/playback
- 'Add' urls for resolving/playback at a later time
- 'Send as text to Kodi' to send urls/text to Kodi input
- Supports up to 4 remote Kodi profiles
Uses Kodi JSON-RPC over web sockets to remotely execute the PlayThis add-on with url/src.
The PlayThis add-on in Kodi will attempt to find and resolve* media from the url to play or open. A history list is available for future use/exporting to M3U**. Supports video, audio, images and executable***.
* resolves using youtube-dl
** M3U only usable in Kodi w/ PlayThis installed
*** executable items are urls with potential results available through scraping
**Requirements**
- PlayThis 3+ add-on for Kodi
- Kodi setting: Settings -> Services -> Remote Control -> Allow remote control by programs on other systems
Special thanks to @konsumer420 for the icons/artwork 擴展基本資訊
| 名稱 | |
| ID | adddkaonokkecefokdanjpaamfajogel |
| 官方網址 | https://chromewebstore.google.com/detail/playthis/adddkaonokkecefokdanjpaamfajogel |
| 簡介 | PlayThis context menu, send/add video urls to PlayThis add-on in Kodi for resolving and playback |
| 檔案大小 | 83.83 KB |
| 安裝次數 | 593 |
| 目前版本 | 0.2.2.0 |
| 更新時間 | 2019-10-07 |
| 上架時間 | 2019-10-07 |
| 評分 | 2.38/5 共 8 次評分 |
| 開發者 | anxdpanic |
| 付費類型 | free |
| 擴展官網 | https://github.com/anxdpanic/PlayThis-Extension/tree/chrome |
| 說明頁面URL | https://github.com/anxdpanic/PlayThis-Extension/tree/chrome#playthis-google-chrome |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PlayThis",
"description": "PlayThis context menu, send\/add video urls to PlayThis add-on in Kodi for resolving and playback",
"version": "0.2.2.0",
"default_locale": "en",
"icons": {
"128": "images\/icon_128.png",
"48": "images\/icon_48.png",
"16": "images\/icon_16.png"
},
"options_ui": {
"page": "\/html\/settings.html",
"chrome_style": false
},
"browser_action": {
"default_icon": {
"38": "images\/icon_38.png",
"19": "images\/icon_19.png"
},
"default_popup": "html\/settings.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"permissions": [
"background",
"contextMenus",
"storage"
]
} | |