Tube2VR Extension
Watch any video from websites with your virtual reality headset.
Tube2VR Extension क्या है?
Tube2VR Extension http://tube2vr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch any video from websites with your virtual reality headset."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tube2VR Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*" ] } |