Vimeo VR
Watch Vimeo videos in Oculus Rift
What is Vimeo VR?
Vimeo VR is a Chrome extension developed by xmasotto, and its main feature is "Watch Vimeo videos in Oculus Rift".
Download Vimeo VR Extension CRX File
Download Vimeo VR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
experimental
Extension Basic Information
Name | ![]() |
ID | angondmigelkfakdgffgmimjgnjabfgi |
Official URL | https://chrome.google.com/webstore/detail/vimeo-vr/angondmigelkfakdgffgmimjgnjabfgi |
Description | Watch Vimeo videos in Oculus Rift |
File Size | 35.97 KB |
Installation Count | 104 |
Current Version | 0.1 |
Last Updated | 2014-08-22 |
Publish Date | 2014-08-22 |
Rating | 1.00/5 Total 1 Ratings |
Developer | xmasotto |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vimeo VR", "description": "Watch Vimeo videos in Oculus Rift", "version": "0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/vimeo.com\/couchmode\/*", "https:\/\/vimeo.com\/couchmode\/*" ], "js": [ "jquery.js", "vimeo.js" ] } ] } |