HoloPlayer for Facebook
This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.
What is HoloPlayer for Facebook?
HoloPlayer for Facebook is a Chrome extension developed by HoloBuilder.com, and its main feature is "This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.".
Extension Screenshots
Download HoloPlayer for Facebook Extension CRX File
Download HoloPlayer for Facebook 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
With this extension, you can dive into virtual 360° tours that were created with HoloBuilder.com directly on Facebook. Simply post the link to a HoloBuilder presentation and HoloPlayer for Facebook will automatically create an embedded virtual tour from it. Visit https://www.holobuilder.com/ for more information!
Extension Basic Information
Name | HoloPlayer for Facebook |
ID | elmhamdkjmleopdpjjmoccmiepjeghio |
Official URL | https://chromewebstore.google.com/detail/holoplayer-for-facebook/elmhamdkjmleopdpjjmoccmiepjeghio |
Description | This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook. |
File Size | 1 MB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2015-05-07 |
Publish Date | 2015-05-07 |
Rating | 3.88/5 Total 8 Ratings |
Developer | HoloBuilder.com |
Payment Type | free |
Extension Website | https://www.holobuilder.com |
Help Page URL | https://twitter.com/holobuilder |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "HoloBuilder.com", "name": "HoloPlayer for Facebook", "short_name": "HoloPlayer4FB", "description": "This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.", "version": "1.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "holobuilderify.js" ] } ] } |