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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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:\/\/*\/*" ] } |