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"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 PlayThis PlayThis
ID adddkaonokkecefokdanjpaamfajogel
공식 URL 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"
    ]
}