Vanita

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

¿Qué es Vanita?

Vanita es una extensión de Chrome desarrollada por Daw588, y su función principal es "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Vanita

Descarga archivos de extensión Vanita en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Vanita Vanita
ID dcmbddbidlgkkaaiogiecbbjimjeicmo
URL Oficial https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo
Descripción Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Tamaño del Archivo 58.16 KB
Cantidad de Instalaciones 76
Versión Actual 3.2.0
Última Actualización 2024-02-25
Fecha de Publicación 2023-02-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Daw588
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}