Avatar Maker Studio

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

Cos'è Avatar Maker Studio?

Avatar Maker Studio è un'estensione di Chrome sviluppata da Idgit English, e la sua funzione principale è "Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Avatar Maker Studio

Scarica i file di estensione Avatar Maker Studio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Avatar Maker Studio Avatar Maker Studio
ID klfkmphcempkflbmmmdphcphpppjjoic
URL Ufficiale https://chromewebstore.google.com/detail/avatar-maker-studio/klfkmphcempkflbmmmdphcphpppjjoic
Descrizione Unleash Your Creativity with Avatar Maker Studio: Craft Personalized Digital Identities Like Never Before!
Dimensione del File 214 KB
Conteggio Installazioni 1,337,900
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-08-29
Data di Pubblicazione 2023-06-19
Valutazione 4.81/5 Totale 21 Valutazioni
Sviluppatore Idgit English
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vT57SR1a3zcQQEX3b81dXeCVGiTFbnigTbKJpaSSM2YSmgnZazq5ghMa1ktWExYFAcF3ZOPompWvLmp/pub
Lingue Supportate 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
        }
    ]
}