FTT: Steam Enhanced for Arma 3

Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…

Что такое FTT: Steam Enhanced for Arma 3?

FTT: Steam Enhanced for Arma 3 - это расширение Chrome, разработанное flyingtarta, и его основная функция - "Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения FTT: Steam Enhanced for Arma 3

Скачайте файлы расширений FTT: Steam Enhanced for Arma 3 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Flying tarta Tools: 
Is an extension that add functions to the steamworkshop :

- Real weight of mods
- Download missions as PBO from the browser
- Download required mods as preset
- Create colections with presets as input

Also adds functions to presets! ( remember to save them after modify it)
- Merge presets
- Remove and add mods
- Weight the mods and presets to know the real size of your modpack!                    

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

Название FTT: Steam Enhanced for Arma 3 FTT: Steam Enhanced for Arma 3
ID aaphjonmlflollapfpheedgocafkapdf
Официальный URL https://chromewebstore.google.com/detail/ftt-steam-enhanced-for-ar/aaphjonmlflollapfpheedgocafkapdf
Описание Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…
Размер файла 11.98 KB
Количество установок 47
Текущая Версия 1.3
Последнее Обновление 2023-12-01
Дата публикации 2023-07-23
Рейтинг 5.00/5 Всего 2 оценок
Разработчик flyingtarta
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FTT: Steam Enhanced for Arma 3",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "https:\/\/*\/*"
    ]
}