GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

Vad är GeoFS 3D Buildings?

GeoFS 3D Buildings är en Chrome-tillägg utvecklad av Jian Sun, och dess huvudfunktion är "Community-driven 3D global scenery for GeoFS.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner GeoFS 3D Buildings-förlängningens CRX-fil

Ladda ner GeoFS 3D Buildings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
Officiell webbadress https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Beskrivning Community-driven 3D global scenery for GeoFS.
Filstorlek 23.33 KB
Antal Installationer 1,852
Aktuell Version 1.3.0
Senast Uppdaterad 2022-09-25
Publiceringsdatum 2022-04-04
Betyg 4.42/5 Totalt 12 Betyg
Utvecklare Jian Sun
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://geofs3d.wixsite.com/buildtheearth/
Hjälpsida URL https://discord.gg/mfaCNVQGRC
Stödda Språk 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"
    }
}