GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

Apa itu GeoFS 3D Buildings?

GeoFS 3D Buildings adalah ekstensi Chrome yang dikembangkan oleh Jian Sun, dan fitur utamanya adalah "Community-driven 3D global scenery for GeoFS.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GeoFS 3D Buildings

Unduh file ekstensi GeoFS 3D Buildings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
URL Resmi https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
Deskripsi Community-driven 3D global scenery for GeoFS.
Ukuran File 23.33 KB
Jumlah Instalasi 1,852
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2022-09-25
Tanggal Publikasi 2022-04-04
Penilaian 4.42/5 Total 12 Penilaian
Pengembang Jian Sun
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://geofs3d.wixsite.com/buildtheearth/
URL Halaman Bantuan https://discord.gg/mfaCNVQGRC
Bahasa yang Didukung 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"
    }
}