Acer VR Util. for QQ WebVR(experimental)

With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.

Wat is Acer VR Util. for QQ WebVR(experimental)?

Acer VR Util. for QQ WebVR(experimental) is een Chrome-extensie ontwikkeld door Acer Inc., en de belangrijkste functie is "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Acer VR Util. for QQ WebVR(experimental)

Download Acer VR Util. for QQ WebVR(experimental)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Visit the Acer WebVR Start Page and learn more about WebVR experience.
https://acerwebvr.github.io/

What is WebVR?
WebVR is an open specification that makes it possible to experience VR in your browser. If a website implements WebVR support and provides 3D content, it can display immersive content in the headset, with user consent.

Do all websites support WebVR?
Website authors must opt-in to use WebVR and further more may create sites that are optimized for specific browsers, headsets and controllers. The number of sites that have some WebVR compatible content is growing every day.                    

Basisinformatie over de Extensie

Naam Acer VR Util. for QQ WebVR(experimental) Acer VR Util. for QQ WebVR(experimental)
ID ldgnngfhlihoadammckjgamekgkgnoma
Officiële URL https://chromewebstore.google.com/detail/acer-vr-util-for-qq-webvr/ldgnngfhlihoadammckjgamekgkgnoma
Beschrijving With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Bestandsgrootte 225 KB
Aantal Installaties 36
Huidige Versie 1.3.0001
Laatst Bijgewerkt 2019-06-16
Publicatiedatum 2019-06-11
Ontwikkelaar Acer Inc.
Betalingswijze free
URL van de Privacybeleid Pagina https://www.acer.com/ac/en/US/content/privacy
Ondersteunde Talen en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "webvr_extension16.png",
            "24": "webvr_extension24.png"
        },
        "default_popup": "main.html",
        "default_title": "Acer VR Util. for QQ WebVR(experimental)"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.",
    "icons": {
        "128": "webvr_extension128.png"
    },
    "manifest_version": 2,
    "name": "Acer VR Util. for QQ WebVR(experimental)",
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0001",
    "web_accessible_resources": [
        "polyfill.js"
    ]
}