Vanita
Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Hvad er Vanita?
Vanita er en Chrome-udvidelse udviklet af Daw588, og dens hovedfunktion er "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".
Udvidelsesskærmbilleder
Download Vanita-udvidelses-CRX-fil
Download Vanita-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Vanita |
ID | dcmbddbidlgkkaaiogiecbbjimjeicmo |
Officiel URL | https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo |
Beskrivelse | Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging. |
Filstørrelse | 58.16 KB |
Antal Installationer | 76 |
Nuværende Version | 3.2.0 |
Senest Opdateret | 2024-02-25 |
Udgivelsesdato | 2023-02-20 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Daw588 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |