Play on XBMC
Play video links directly on XBMC. Support for Youtube, Vimeo and direct links
Play on XBMC क्या है?
Play on XBMC Powdor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Play on XBMC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension to allow playback of any video link through XBMC. It now supports youtube and vimeo through the standard plugins, other links are played directly. Use context menu of links to access functions
एक्सटेंशन की मूल जानकारी
नाम | Play on XBMC |
ID | ikckpdakfinonggpbmnaopjhkhalmohm |
आधिकारिक URL | https://chromewebstore.google.com/detail/play-on-xbmc/ikckpdakfinonggpbmnaopjhkhalmohm |
विवरण | Play video links directly on XBMC. Support for Youtube, Vimeo and direct links |
फ़ाइल का आकार | 123 KB |
स्थापना संख्या | 246 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-12-01 |
प्रकाशन तिथि | 2013-12-01 |
रेटिंग | 2.00/5 कुल 5 रेटिंग्स |
डेवलपर | Powdor |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play on XBMC", "version": "1.0", "description": "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links", "author": "Martijn Tieland ([email protected])", "icons": { "48": "xbmc48.png", "128": "xbmc128.png" }, "background": { "scripts": [ "jquery-2.0.3.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.3.min.js" ] } ], "options_page": "options_page.html", "permissions": [ "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |