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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

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