Cute Avatar

Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.

Cos'è Cute Avatar?

Cute Avatar è un'estensione di Chrome sviluppata da https://cute-cursors.com, e la sua funzione principale è "Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cute Avatar

Scarica i file di estensione Cute Avatar 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

                        Welcome to our avatar maker! This free tool can help you create fun avatars. You can make as many avatars as you wish.

Our avatar could be used across the entire web, not just on social media. You could use it for comments on blog posts, your default photo on web forums like Reddit, or even as the main picture for your Google account.

Avatars are widely used on websites and in online role-playing games. They are used to identify yourself on your social media profile, role-playing game, or blog. Like an ID card on the Internet, custom avatars are one of the best ways to express one's personality online. 

The Cute Avatar extension provides everything you need to make anime character avatars. With tons of anime personages and customization options, anyone can easily create a unique anime avatar for use in virtual worlds and online social media accounts in a flash.

Create a cartoon avatar to express your personality with the Cute Avatar generator. Select from an endless selection of cartoon avatar templates and customize your avatar’s appearance in a number of different ways. Inspire your imagination to create a cartoon avatar of yourself.

Are you streaming on Twitch? Make an eye-catching avatar to stand out from the crowd of Twitch gaming channels and attract more views. With the Cute Avatar builder, you can create a unique avatar that reflects your personality and gaming style in seconds.

Once you finish creating your own custom character, you can share, save or use this avatar on all your favorite social networks like Instagram, Facebook, Twitter, Tumblr, and many more.

How does it work?

1. Go to the https://cute-cursors.com website and choose your favorite avatar template from our massive library.

2. Add your template to the Cute Avatar extension.

3. You can fully customize each avatar to your taste. Change the appearance, colors, decorations, backgrounds, and more of your avatar. You have total control over how your avatar looks.

4. Once you are finished creating your avatar, simply click on the “Download” button to export your avatar to your computer. Or click the "Add to Collection" button to save your avatar to your favorite.

5. That’s it. Your avatar is now ready to upload on social networks like Twitch, Discord, Facebook, Twitter, Instagram, and many more.                    

Informazioni di Base sull'Estensione

Nome Cute Avatar Cute Avatar
ID eoicaakpmliddjnnkninphlbpjibnfmh
URL Ufficiale https://chromewebstore.google.com/detail/cute-avatar/eoicaakpmliddjnnkninphlbpjibnfmh
Descrizione Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.
Dimensione del File 1.37 MB
Conteggio Installazioni 37,842
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-06-15
Data di Pubblicazione 2023-02-28
Valutazione 4.68/5 Totale 19 Valutazioni
Sviluppatore https://cute-cursors.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cute-cursors.com/privacy-policy
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",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cute-cursors.com\/*",
                "http:\/\/localhost:4200\/*"
            ],
            "js": [
                "site-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}