Play on XBMC
Play video links directly on XBMC. Support for Youtube, Vimeo and direct links
Qu'est-ce que Play on XBMC ?
Play on XBMC est une extension Chrome développée par Powdor, et sa fonction principale est "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Play on XBMC
Téléchargez les fichiers d'extension Play on XBMC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Play on XBMC |
ID | ikckpdakfinonggpbmnaopjhkhalmohm |
URL Officiel | https://chromewebstore.google.com/detail/play-on-xbmc/ikckpdakfinonggpbmnaopjhkhalmohm |
Description | Play video links directly on XBMC. Support for Youtube, Vimeo and direct links |
Taille du Fichier | 123 KB |
Nombre d'Installations | 246 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-12-01 |
Date de Publication | 2013-12-01 |
Évaluation | 2.00/5 Total 5 Évaluations |
Développeur | Powdor |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |