Vanita

Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.

Vanita क्या है?

Vanita Daw588 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vanita एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Vanita Vanita
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"
    }
}