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 |
Eメール | [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" } } |