GeoFS 3D Buildings
Community-driven 3D global scenery for GeoFS.
Cos'è GeoFS 3D Buildings?
GeoFS 3D Buildings è un'estensione di Chrome sviluppata da Jian Sun, e la sua funzione principale è "Community-driven 3D global scenery for GeoFS.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GeoFS 3D Buildings
Scarica i file di estensione GeoFS 3D Buildings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | GeoFS 3D Buildings |
ID | ohioeinonkhbfglnkpaifjakdekgklbe |
URL Ufficiale | https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe |
Descrizione | Community-driven 3D global scenery for GeoFS. |
Dimensione del File | 23.33 KB |
Conteggio Installazioni | 1,852 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2022-09-25 |
Data di Pubblicazione | 2022-04-04 |
Valutazione | 4.42/5 Totale 12 Valutazioni |
Sviluppatore | Jian Sun |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://geofs3d.wixsite.com/buildtheearth/ |
URL della Pagina di Aiuto | https://discord.gg/mfaCNVQGRC |
Lingue Supportate | 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" } } |