Vanita

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

Was ist Vanita?

Vanita ist eine Chrome-Erweiterung, die von Daw588 entwickelt wurde, und ihr Hauptmerkmal ist "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Vanita-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vanita-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Vanita Vanita
ID dcmbddbidlgkkaaiogiecbbjimjeicmo
Offizielle URL https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo
Beschreibung Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Dateigröße 58.16 KB
Installationsanzahl 76
Aktuelle Version 3.2.0
Letztes Update 2024-02-25
Veröffentlichungsdatum 2023-02-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Daw588
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}