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