XBMC video pusher
This extension pushed the current video to your XBMC
Wat is XBMC video pusher?
XBMC video pusher is een Chrome-extensie ontwikkeld door sauloal, en de belangrijkste functie is "This extension pushed the current video to your XBMC".
Extensie Screenshots
Download het CRX-bestand van de extensie XBMC video pusher
Download XBMC video pusher-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
With 1 click, send a video (youtube or raw mp4 address) to xbmc using its API.
Basisinformatie over de Extensie
Naam | XBMC video pusher |
ID | kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
Officiële URL | https://chromewebstore.google.com/detail/xbmc-video-pusher/kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
Beschrijving | This extension pushed the current video to your XBMC |
Bestandsgrootte | 520 KB |
Aantal Installaties | 333 |
Huidige Versie | 0.52 |
Laatst Bijgewerkt | 2013-11-12 |
Publicatiedatum | 2013-11-11 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | sauloal |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XBMC video pusher", "description": "This extension pushed the current video to your XBMC", "version": "0.52", "icons": { "48": "images\/xbmc2_48.png", "128": "images\/xbmc2_128.png", "150": "images\/xbmc2_150.png" }, "offline_enabled": true, "options_page": "aFile.html", "permissions": [ "tabs", "http:\/\/www.youtube.com\/", "http:\/\/*\/*" ], "browser_action": { "default_icon": "images\/xbmc2.png", "default_popup": "popup.html" } } |