Avatar Maker Studio

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

Hvad er Avatar Maker Studio?

Avatar Maker Studio er en Chrome-udvidelse udviklet af Idgit English, og dens hovedfunktion er "Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!".

Udvidelsesskærmbilleder

screenshot

Download Avatar Maker Studio-udvidelses-CRX-fil

Download Avatar Maker Studio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Avatar Maker Studio Avatar Maker Studio
ID klfkmphcempkflbmmmdphcphpppjjoic
Officiel URL https://chromewebstore.google.com/detail/avatar-maker-studio/klfkmphcempkflbmmmdphcphpppjjoic
Beskrivelse Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!
Filstørrelse 214 KB
Antal Installationer 1,337,900
Nuværende Version 1.0.2
Senest Opdateret 2023-08-29
Udgivelsesdato 2023-06-19
Bedømmelse 4.81/5 Samlet 21 Bedømmelser
Udvikler Idgit English
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/e/2PACX-1vT57SR1a3zcQQEX3b81dXeCVGiTFbnigTbKJpaSSM2YSmgnZazq5ghMa1ktWExYFAcF3ZOPompWvLmp/pub
Understøttede Sprog 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
        }
    ]
}