Tube2VR Extension

Watch any video from websites with your virtual reality headset.

什么是Tube2VR Extension?

Tube2VR Extension是由http://tube2vr.com开发的Chrome扩展程序,该扩展的主要功能是“Watch any video from websites with your virtual reality headset.”。

扩展截图

screenshot
screenshot

下载Tube2VR Extension扩展crx文件

下载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.                    

扩展基本信息

名称 Tube2VR Extension Tube2VR Extension
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:\/\/*\/*"
    ]
}