Play on XBMC
Play video links directly on XBMC. Support for Youtube, Vimeo and direct links
Wat is Play on XBMC?
Play on XBMC is een Chrome-extensie ontwikkeld door Powdor, en de belangrijkste functie is "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links".
Extensie Screenshots
Download het CRX-bestand van de extensie Play on XBMC
Download Play on XBMC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Play on XBMC |
ID | ikckpdakfinonggpbmnaopjhkhalmohm |
Officiële URL | https://chromewebstore.google.com/detail/play-on-xbmc/ikckpdakfinonggpbmnaopjhkhalmohm |
Beschrijving | Play video links directly on XBMC. Support for Youtube, Vimeo and direct links |
Bestandsgrootte | 123 KB |
Aantal Installaties | 246 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-12-01 |
Publicatiedatum | 2013-12-01 |
Beoordeling | 2.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Powdor |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |