Avatar Maker Studio

Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!

Avatar Maker Studio란 무엇입니까?

Avatar Maker Studio은(는) Idgit English에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!"입니다.

확장 프로그램 스크린샷

screenshot

Avatar Maker Studio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are you ready to revolutionize your online presence? With Avatar Maker Studio, the possibilities are endless. Craft unique and personalized digital identities that truly represent who you are. Stand out from the crowd and make a lasting impression with just a few clicks.

Offline Functionality: Unlike other avatar makers, our browser extension works seamlessly offline. No more worries about a stable internet connection. Create stunning avatars anytime, anywhere.

Maker Features:

- Skin Color: Choose from a diverse range of skin tones to reflect your individuality.
- Accessories: From trendy hats to stylish earrings, enhance your avatar with a wide selection of accessories.
- Clothes: Dress to impress with a vast wardrobe of fashionable outfits. Mix and match to create your unique style.
- Eyebrows: Customize your avatar's eyebrows with different shapes and colors for the perfect expression.
- Eyes: Find the perfect pair of eyes to capture your avatar's personality, from sparkling and vibrant to mysterious and captivating.
- Facial Hair: Add a touch of sophistication or ruggedness with various facial hair styles, from well-groomed beards to mustaches.
- Glasses: Explore an extensive collection of eyewear options, ranging from chic sunglasses to classic spectacles.
- Hair: Discover a multitude of hairstyles, colors, and textures to find the perfect look for your avatar.
- Mouths: Express yourself with an array of smiling, laughing, or pouting mouths. Find the one that best conveys your mood.
- Tattoos: Make a bold statement with an assortment of artistic tattoos, allowing you to express your individuality in a unique way.

With Avatar Maker Studio, you hold the power to create avatars that embody your true essence. Whether you're an artist, a content creator, or simply someone who wants to add a personal touch to their online presence, this browser extension is your ultimate tool for self-expression.

Don't settle for generic avatars. Craft avatars that are uniquely yours with Avatar Maker Studio. Download the extension now and unlock a world of endless possibilities. Unleash your creativity today!                    

확장 프로그램 기본 정보

이름 Avatar Maker Studio Avatar Maker Studio
ID klfkmphcempkflbmmmdphcphpppjjoic
공식 URL https://chromewebstore.google.com/detail/avatar-maker-studio/klfkmphcempkflbmmmdphcphpppjjoic
설명 Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!
파일 크기 214 KB
설치 횟수 1,337,900
현재 버전 1.0.2
최근 업데이트 2023-08-29
출시 날짜 2023-06-19
평점 4.81/5 총 21 개의 평점
개발자 Idgit English
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vT57SR1a3zcQQEX3b81dXeCVGiTFbnigTbKJpaSSM2YSmgnZazq5ghMa1ktWExYFAcF3ZOPompWvLmp/pub
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.2",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}