Vanita
Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Cos'è Vanita?
Vanita è un'estensione di Chrome sviluppata da Daw588, e la sua funzione principale è "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vanita
Scarica i file di estensione Vanita in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Vanita |
ID | dcmbddbidlgkkaaiogiecbbjimjeicmo |
URL Ufficiale | https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo |
Descrizione | Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging. |
Dimensione del File | 58.16 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 3.2.0 |
Ultimo Aggiornamento | 2024-02-25 |
Data di Pubblicazione | 2023-02-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Daw588 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |