Play on XBMC
Play video links directly on XBMC. Support for Youtube, Vimeo and direct links
O que é Play on XBMC?
Play on XBMC é uma extensão do Chrome desenvolvida por Powdor, e sua principal característica é "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Play on XBMC
Baixe arquivos de extensão Play on XBMC no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Play on XBMC |
ID | ikckpdakfinonggpbmnaopjhkhalmohm |
URL Oficial | https://chromewebstore.google.com/detail/play-on-xbmc/ikckpdakfinonggpbmnaopjhkhalmohm |
Descrição | Play video links directly on XBMC. Support for Youtube, Vimeo and direct links |
Tamanho do Arquivo | 123 KB |
Contagem de Instalações | 246 |
Versão Atual | 1.0 |
Última Atualização | 2013-12-01 |
Data de Publicação | 2013-12-01 |
Classificação | 2.00/5 Total de 5 Avaliações |
Desenvolvedor | Powdor |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |