Vanita

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

什麼是Vanita?

Vanita是由Daw588開發的Chrome擴展程式,該擴展的主要功能是“Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Vanita擴展crx文件

下載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                    

擴展基本資訊

名稱 Vanita Vanita
ID dcmbddbidlgkkaaiogiecbbjimjeicmo
官方網址 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"
    }
}