GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

Qu'est-ce que GeoFS 3D Buildings ?

GeoFS 3D Buildings est une extension Chrome développée par Jian Sun, et sa fonction principale est "Community-driven 3D global scenery for GeoFS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GeoFS 3D Buildings

Téléchargez les fichiers d'extension GeoFS 3D Buildings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
URL Officiel https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Description Community-driven 3D global scenery for GeoFS.
Taille du Fichier 23.33 KB
Nombre d'Installations 1,852
Version Actuelle 1.3.0
Dernière Mise à Jour 2022-09-25
Date de Publication 2022-04-04
Évaluation 4.42/5 Total 12 Évaluations
Développeur Jian Sun
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://geofs3d.wixsite.com/buildtheearth/
URL de la Page d'Aide https://discord.gg/mfaCNVQGRC
Langues Prises en Charge 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"
    }
}