Vanita

Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.

Co je Vanita?

Vanita je rozšíření Chrome vyvinuté Daw588, a jeho hlavní funkcí je „Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Vanita

Stáhněte si soubory rozšíření Vanita ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        What are the main features?
- Save beyond the 50 outfit limit
- Import & export your outfits
- Organize your outfits with tags
- Search through your outfits either by name, or by the tags

Why choose this over other Roblox extensions?
- Source code is fully open-source under the MIT license
- Roblox stays vanilla, as the site isn't touched
- No data collection, as your privacy is respected
- Free of charge, but donations are appreciated

You can view the source code on GitHub: https://github.com/Daw588/vanita

You can also join our Discord community server for support, discussion, and updates on our latest releases, as well as the upcoming releases of the extension:
https://discord.gg/wR2wykwUeD                    

Základní Informace o Rozšíření

Název Vanita Vanita
ID dcmbddbidlgkkaaiogiecbbjimjeicmo
Oficiální URL https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo
Popis Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Velikost souboru 58.16 KB
Počet instalací 76
Aktuální Verze 3.2.0
Poslední Aktualizace 2024-02-25
Datum Vydání 2023-02-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Daw588
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vanita",
    "description": "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.",
    "version": "3.2.0",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html"
    }
}