GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

Co to jest GeoFS 3D Buildings?

GeoFS 3D Buildings to rozszerzenie Chrome opracowane przez Jian Sun, a jego główną funkcją jest „Community-driven 3D global scenery for GeoFS.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GeoFS 3D Buildings

Pobierz pliki rozszerzeń GeoFS 3D Buildings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
Oficjalny URL https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Opis Community-driven 3D global scenery for GeoFS.
Rozmiar pliku 23.33 KB
Liczba instalacji 1,852
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2022-09-25
Data Publikacji 2022-04-04
Ocena 4.42/5 Łącznie 12 Oceny
Deweloper Jian Sun
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://geofs3d.wixsite.com/buildtheearth/
Adres URL Strony Pomocy https://discord.gg/mfaCNVQGRC
Obsługiwane Języki 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"
    }
}