Acer VR Utility for WebVR (experimental) Firefox

Examine source code of Acer VR Utility for WebVR (experimental)

Inspect and view changes in Acer VR Utility for WebVR (experimental) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Acer VR Utility for WebVR (experimental)",
  "version": "1.7resigned1",
  "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"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "webvr_extension16.png",
      "24": "webvr_extension24.png"
    },
    "default_title": "Acer VR Utility for WebVR (experimental)"
  },
  "applications": {
    "gecko": {
      "id": "vrsupport@altrump.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.js",
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>",
    "contextMenus"
  ]
}

Best Acer VR Utility for WebVR (experimental) Alternatives

Here are some Firefox add-ons that are similar to Acer VR Utility for WebVR (experimental):