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…

Co to jest FTT: Steam Enhanced for Arma 3?

FTT: Steam Enhanced for Arma 3 to rozszerzenie Chrome opracowane przez flyingtarta, a jego główną funkcją jest „Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FTT: Steam Enhanced for Arma 3

Pobierz pliki rozszerzeń FTT: Steam Enhanced for Arma 3 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa FTT: Steam Enhanced for Arma 3 FTT: Steam Enhanced for Arma 3
ID aaphjonmlflollapfpheedgocafkapdf
Oficjalny URL https://chromewebstore.google.com/detail/ftt-steam-enhanced-for-ar/aaphjonmlflollapfpheedgocafkapdf
Opis Flying tarta Tools: Is an extension that add functions to the steamworkshop : - Real weight of mods - Download missions as PBO…
Rozmiar pliku 11.98 KB
Liczba instalacji 47
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-12-01
Data Publikacji 2023-07-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper flyingtarta
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}