Avatar Maker Studio

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

¿Qué es Avatar Maker Studio?

Avatar Maker Studio es una extensión de Chrome desarrollada por Idgit English, y su función principal es "Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Avatar Maker Studio

Descarga archivos de extensión Avatar Maker Studio en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Avatar Maker Studio Avatar Maker Studio
ID klfkmphcempkflbmmmdphcphpppjjoic
URL Oficial https://chromewebstore.google.com/detail/avatar-maker-studio/klfkmphcempkflbmmmdphcphpppjjoic
Descripción Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!
Tamaño del Archivo 214 KB
Cantidad de Instalaciones 1,337,900
Versión Actual 1.0.2
Última Actualización 2023-08-29
Fecha de Publicación 2023-06-19
Calificación 4.81/5 Total de 21 Calificaciones
Desarrollador Idgit English
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vT57SR1a3zcQQEX3b81dXeCVGiTFbnigTbKJpaSSM2YSmgnZazq5ghMa1ktWExYFAcF3ZOPompWvLmp/pub
Idiomas Soportados 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
        }
    ]
}