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…

Wat is FTT: Steam Enhanced for Arma 3?

FTT: Steam Enhanced for Arma 3 is een Chrome-extensie ontwikkeld door flyingtarta, en de belangrijkste functie is "Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FTT: Steam Enhanced for Arma 3

Download FTT: Steam Enhanced for Arma 3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam FTT: Steam Enhanced for Arma 3 FTT: Steam Enhanced for Arma 3
ID aaphjonmlflollapfpheedgocafkapdf
Officiële URL https://chromewebstore.google.com/detail/ftt-steam-enhanced-for-ar/aaphjonmlflollapfpheedgocafkapdf
Beschrijving Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…
Bestandsgrootte 11.98 KB
Aantal Installaties 47
Huidige Versie 1.3
Laatst Bijgewerkt 2023-12-01
Publicatiedatum 2023-07-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar flyingtarta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}