Vanita
Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
Τι είναι το Vanita;
Το Vanita είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daw588, και η κύρια λειτουργία του είναι "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Vanita
Λήψη αρχείων επέκτασης Vanita σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dcmbddbidlgkkaaiogiecbbjimjeicmo |
| Επίσημο URL | https://chromewebstore.google.com/detail/vanita/dcmbddbidlgkkaaiogiecbbjimjeicmo |
| Περιγραφή | Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging. |
| Μέγεθος Αρχείου | 58.16 KB |
| Αριθμός Εγκαταστάσεων | 76 |
| Τρέχουσα Έκδοση | 3.2.0 |
| Τελευταία Ενημέρωση | 2024-02-25 |
| Ημερομηνία Δημοσίευσης | 2023-02-20 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Daw588 |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |