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是由flyingtarta开发的Chrome扩展程序,该扩展的主要功能是“Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…”。

扩展截图

screenshot
screenshot
screenshot

下载FTT: Steam Enhanced for Arma 3扩展crx文件

下载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:\/\/*\/*"
    ]
}