GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

Wat is GeoFS 3D Buildings?

GeoFS 3D Buildings is een Chrome-extensie ontwikkeld door Jian Sun, en de belangrijkste functie is "Community-driven 3D global scenery for GeoFS.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GeoFS 3D Buildings

Download GeoFS 3D Buildings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
Officiële URL https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Beschrijving Community-driven 3D global scenery for GeoFS.
Bestandsgrootte 23.33 KB
Aantal Installaties 1,852
Huidige Versie 1.3.0
Laatst Bijgewerkt 2022-09-25
Publicatiedatum 2022-04-04
Beoordeling 4.42/5 Totaal 12 Beoordelingen
Ontwikkelaar Jian Sun
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://geofs3d.wixsite.com/buildtheearth/
Help Pagina-URL https://discord.gg/mfaCNVQGRC
Ondersteunde Talen 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"
    }
}