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:\/\/*\/*"
    ]
}