GeoFS 3D Buildings
Community-driven 3D global scenery for GeoFS.
What is GeoFS 3D Buildings?
GeoFS 3D Buildings is a Chrome extension developed by Jian Sun, and its main feature is "Community-driven 3D global scenery for GeoFS.".
Extension Screenshots
Download GeoFS 3D Buildings Extension CRX File
Download GeoFS 3D Buildings 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
This extension enables GeoFS players to access a wide range of 3D structures all over the world, from famous statues, to towering skyscrapers, to historic monuments, and even state of the art rocket launch sites. The list of supported models is constantly expanding as more and more 3D assets are built, processed, and uploaded. Fly in GeoFS- with a new dimension!
Extension Basic Information
Name | GeoFS 3D Buildings |
ID | ohioeinonkhbfglnkpaifjakdekgklbe |
Official URL | https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe |
Description | Community-driven 3D global scenery for GeoFS. |
File Size | 23.33 KB |
Installation Count | 1,852 |
Current Version | 1.3.0 |
Last Updated | 2022-09-25 |
Publish Date | 2022-04-04 |
Rating | 4.42/5 Total 12 Ratings |
Developer | Jian Sun |
[email protected] | |
Payment Type | free |
Extension Website | https://geofs3d.wixsite.com/buildtheearth/ |
Help Page URL | https://discord.gg/mfaCNVQGRC |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeoFS 3D Buildings", "description": "Community-driven 3D global scenery for GeoFS.", "version": "1.3.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "author": "ExtendDevelop Group", "permissions": [ "scripting", "tabs" ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/www.geo-fs.com\/*" ], "icons": { "128": "icon128.png" }, "action": { "default_popup": "interface\/popup.html" } } |