XBMC video pusher
This extension pushed the current video to your XBMC
Co to jest XBMC video pusher?
XBMC video pusher to rozszerzenie Chrome opracowane przez sauloal, a jego główną funkcją jest „This extension pushed the current video to your XBMC”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XBMC video pusher
Pobierz pliki rozszerzeń XBMC video pusher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With 1 click, send a video (youtube or raw mp4 address) to xbmc using its API.
Podstawowe informacje o rozszerzeniu
Nazwa | XBMC video pusher |
ID | kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
Oficjalny URL | https://chromewebstore.google.com/detail/xbmc-video-pusher/kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
Opis | This extension pushed the current video to your XBMC |
Rozmiar pliku | 520 KB |
Liczba instalacji | 333 |
Aktualna Wersja | 0.52 |
Ostatnia Aktualizacja | 2013-11-12 |
Data Publikacji | 2013-11-11 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | sauloal |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |