Tube2VR Extension

Watch any video from websites with your virtual reality headset.

¿Qué es Tube2VR Extension?

Tube2VR Extension es una extensión de Chrome desarrollada por http://tube2vr.com, y su función principal es "Watch any video from websites with your virtual reality headset.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tube2VR Extension

Descarga archivos de extensión Tube2VR Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tube2VR Extension Tube2VR Extension
ID imjggbgjgbclleaobplheemdiphmldkj
URL Oficial https://chrome.google.com/webstore/detail/tube2vr-extension/imjggbgjgbclleaobplheemdiphmldkj
Descripción Watch any video from websites with your virtual reality headset.
Tamaño del Archivo 59.03 KB
Cantidad de Instalaciones 346
Versión Actual 1.0
Última Actualización 2017-08-04
Fecha de Publicación 2017-08-04
Calificación 1.00/5 Total de 2 Calificaciones
Desarrollador http://tube2vr.com
Tipo de Pago free
Sitio Web de la Extensión http://tube2vr.com/extension
Idiomas Soportados 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:\/\/*\/*"
    ]
}