Vanita
Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
What is Vanita?
Vanita is a Chrome extension developed by Daw588, and its main feature is "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".
Extension Screenshots
Download Vanita Extension CRX File
Download Vanita extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Vanita |
ID | dcmbddbidlgkkaaiogiecbbjimjeicmo |
Official URL | https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo |
Description | Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging. |
File Size | 58.16 KB |
Installation Count | 76 |
Current Version | 3.2.0 |
Last Updated | 2024-02-25 |
Publish Date | 2023-02-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Daw588 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |