Tube2VR Extension
Watch any video from websites with your virtual reality headset.
ما هو Tube2VR Extension؟
Tube2VR Extension هو إضافة Chrome تم تطويرها بواسطة http://tube2vr.com، والميزة الرئيسية لها هي "Watch any video from websites with your virtual reality headset.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tube2VR Extension
قم بتنزيل ملفات الامتداد Tube2VR Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watch any video from websites with your virtual reality headset. Download our app Tube2VR Player to get a code and connect Chrome with your smartphone. Then play any video from your web browser and watch them with your virtual reality headset.
معلومات أساسية عن التمديد
الاسم | |
ID | imjggbgjgbclleaobplheemdiphmldkj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tube2vr-extension/imjggbgjgbclleaobplheemdiphmldkj |
الوصف | Watch any video from websites with your virtual reality headset. |
حجم الملف | 59.03 KB |
عدد التثبيتات | 346 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-08-04 |
تاريخ النشر | 2017-08-04 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | http://tube2vr.com |
نوع الدفع | free |
موقع الإضافة | http://tube2vr.com/extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tube2VR Extension", "short_name": "Tube2VR", "description": "Watch any video from websites with your virtual reality headset.", "author": "Tube2VR", "version": "1.0", "icons": { "16": "icons\/logo_orange_16.png", "48": "icons\/logo_orange_48.png", "128": "icons\/logo_orange_128.png" }, "incognito": "split", "browser_action": { "default_icon": { "16": "icons\/logo_orange_16.png", "48": "icons\/logo_orange_48.png", "128": "icons\/logo_orange_128.png" }, "default_title": "Video Downloader professional" }, "background": { "page": "src\/background.html" }, "content_scripts": [ { "js": [ "src\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/tube2vr.com ; object-src 'self'", "permissions": [ "http:\/\/tube2vr.com\/", "webRequest", "webRequestBlocking", "tabs", "storage", "management", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |