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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/
URL страницы помощи 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"
    }
}