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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}