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.”。
扩展截图
下载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 |
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" } } |