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"
}
} | |