Play on XBMC
Play video links directly on XBMC. Support for Youtube, Vimeo and direct links
Co je Play on XBMC?
Play on XBMC je rozšíření Chrome vyvinuté Powdor, a jeho hlavní funkcí je „Play video links directly on XBMC. Support for Youtube, Vimeo and direct links“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Play on XBMC
Stáhněte si soubory rozšíření Play on XBMC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Play on XBMC |
ID | ikckpdakfinonggpbmnaopjhkhalmohm |
Oficiální URL | https://chromewebstore.google.com/detail/play-on-xbmc/ikckpdakfinonggpbmnaopjhkhalmohm |
Popis | Play video links directly on XBMC. Support for Youtube, Vimeo and direct links |
Velikost souboru | 123 KB |
Počet instalací | 246 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-12-01 |
Datum Vydání | 2013-12-01 |
Hodnocení | 2.00/5 Celkem 5 Hodnocení |
Vývojář | Powdor |
Typ Platby | free |
Podporované Jazyky | 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" ] } |