Vanita
Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Qu'est-ce que Vanita ?
Vanita est une extension Chrome développée par Daw588, et sa fonction principale est "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vanita
Téléchargez les fichiers d'extension Vanita au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Vanita |
ID | dcmbddbidlgkkaaiogiecbbjimjeicmo |
URL Officiel | https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo |
Description | Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging. |
Taille du Fichier | 58.16 KB |
Nombre d'Installations | 76 |
Version Actuelle | 3.2.0 |
Dernière Mise à Jour | 2024-02-25 |
Date de Publication | 2023-02-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Daw588 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |