PlayThis
PlayThis context menu, send/add video urls to PlayThis add-on in Kodi for resolving and playback
PlayThis क्या है?
PlayThis anxdpanic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PlayThis context menu, send/add video urls to PlayThis add-on in Kodi for resolving and playback"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PlayThis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |