GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

Что такое GeoFS Plugins?

GeoFS Plugins - это расширение Chrome, разработанное GeoFS Autoland, и его основная функция - "Adding new functionalities to the GeoFS Flight Simulator.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GeoFS Plugins

Скачайте файлы расширений GeoFS Plugins в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        GeoFS Plugins is adding new features to GeoFS Online Flight Simulator.
This extension adds scripts that improve the quality of life in the simulator.                    

Основная информация о расширении

Название GeoFS Plugins GeoFS Plugins
ID flhbafggaeidplgimldpkkhkeikejlfd
Официальный URL https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd
Описание Adding new functionalities to the GeoFS Flight Simulator.
Размер файла 3.65 MB
Количество установок 1,889
Текущая Версия 3.3.2
Последнее Обновление 2021-12-19
Дата публикации 2021-08-10
Рейтинг 3.69/5 Всего 16 оценок
Разработчик GeoFS Autoland
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://geofsautoland.wixsite.com/autoland
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GeoFS Plugins",
    "version": "3.3.2",
    "description": "Adding new functionalities to the GeoFS Flight Simulator.",
    "action": {
        "default_popup": "ui\/popup\/popup.html"
    },
    "author": "Nicolas Rodriguez, Guy Adler",
    "icons": {
        "772": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*",
                "ui\/oninstall\/oninstall.html",
                "data\/*.json"
            ],
            "matches": [
                "*:\/\/*.geo-fs.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.geo-fs.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}