XBMC video pusher
This extension pushed the current video to your XBMC
ما هو XBMC video pusher؟
XBMC video pusher هو إضافة Chrome تم تطويرها بواسطة sauloal، والميزة الرئيسية لها هي "This extension pushed the current video to your XBMC".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة XBMC video pusher
قم بتنزيل ملفات الامتداد XBMC video pusher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With 1 click, send a video (youtube or raw mp4 address) to xbmc using its API.
معلومات أساسية عن التمديد
الاسم | XBMC video pusher |
ID | kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/xbmc-video-pusher/kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
الوصف | This extension pushed the current video to your XBMC |
حجم الملف | 520 KB |
عدد التثبيتات | 333 |
النسخة الحالية | 0.52 |
آخر تحديث | 2013-11-12 |
تاريخ النشر | 2013-11-11 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | sauloal |
نوع الدفع | free |
اللغات المدعومة | 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" } } |