Avatar Maker Studio

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

Wat is Avatar Maker Studio?

Avatar Maker Studio is een Chrome-extensie ontwikkeld door Idgit English, en de belangrijkste functie is "Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Avatar Maker Studio

Download Avatar Maker Studio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Avatar Maker Studio Avatar Maker Studio
ID klfkmphcempkflbmmmdphcphpppjjoic
Officiële URL https://chromewebstore.google.com/detail/avatar-maker-studio/klfkmphcempkflbmmmdphcphpppjjoic
Beschrijving Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!
Bestandsgrootte 214 KB
Aantal Installaties 1,337,900
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-08-29
Publicatiedatum 2023-06-19
Beoordeling 4.81/5 Totaal 21 Beoordelingen
Ontwikkelaar Idgit English
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vT57SR1a3zcQQEX3b81dXeCVGiTFbnigTbKJpaSSM2YSmgnZazq5ghMa1ktWExYFAcF3ZOPompWvLmp/pub
Ondersteunde Talen 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
        }
    ]
}