GeoFS 3D Buildings

Community-driven 3D global scenery for GeoFS.

ما هو GeoFS 3D Buildings؟

GeoFS 3D Buildings هو إضافة Chrome تم تطويرها بواسطة Jian Sun، والميزة الرئيسية لها هي "Community-driven 3D global scenery for GeoFS.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GeoFS 3D Buildings

قم بتنزيل ملفات الامتداد GeoFS 3D Buildings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم GeoFS 3D Buildings GeoFS 3D Buildings
ID ohioeinonkhbfglnkpaifjakdekgklbe
عنوان URL الرسمي https://chromewebstore.google.com/detail/geofs-3d-buildings/ohioeinonkhbfglnkpaifjakdekgklbe
الوصف Community-driven 3D global scenery for GeoFS.
حجم الملف 23.33 KB
عدد التثبيتات 1,852
النسخة الحالية 1.3.0
آخر تحديث 2022-09-25
تاريخ النشر 2022-04-04
تقييم 4.42/5 مجموع تقييمات 12
المطور Jian Sun
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://geofs3d.wixsite.com/buildtheearth/
عنوان صفحة المساعدة https://discord.gg/mfaCNVQGRC
اللغات المدعومة 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"
    }
}