Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
ما هو Video remote؟
Video remote هو إضافة Chrome تم تطويرها بواسطة http://vmtech.into.hu، والميزة الرئيسية لها هي "remotely controlled playing of video, Use your cell phone as a remote control!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video remote
قم بتنزيل ملفات الامتداد Video remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
معلومات أساسية عن التمديد
الاسم | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
الوصف | remotely controlled playing of video, Use your cell phone as a remote control! |
حجم الملف | 28.81 KB |
عدد التثبيتات | 102 |
النسخة الحالية | 3.3.1 |
آخر تحديث | 2016-03-08 |
تاريخ النشر | 2016-03-08 |
تقييم | 2.83/5 مجموع تقييمات 6 |
المطور | http://vmtech.into.hu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://vmtech.into.hu/projekt/videoremote/ |
عنوان صفحة سياسة الخصوصية | https://into.hu/adatvedelem |
اللغات المدعومة | de,en,en-US,hu,ro,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/", "http:\/\/*\/*", "http:\/\/*\/*\/", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/boxy2.com\/*" ], "all_frames": true, "js": [ "background2.js" ] } ], "web_accessible_resources": [ "background.js", "icon.png", "options.html" ], "permissions": [ "storage" ], "options_page": "options.html" } |