GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

Was ist GeoFS 3D Buildings?

GeoFS 3D Buildings ist eine Chrome-Erweiterung, die von Jian Sun entwickelt wurde, und ihr Hauptmerkmal ist "Community-driven 3D global scenery for GeoFS.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

GeoFS 3D Buildings-Erweiterungs-CRX-Datei herunterladen

Laden Sie GeoFS 3D Buildings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
Offizielle URL https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Beschreibung Community-driven 3D global scenery for GeoFS.
Dateigröße 23.33 KB
Installationsanzahl 1,852
Aktuelle Version 1.3.0
Letztes Update 2022-09-25
Veröffentlichungsdatum 2022-04-04
Bewertung 4.42/5 Insgesamt 12 Bewertungen
Entwickler Jian Sun
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://geofs3d.wixsite.com/buildtheearth/
Hilfeseite URL https://discord.gg/mfaCNVQGRC
Unterstützte Sprachen 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"
    }
}