Cute Avatar

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

Qu'est-ce que Cute Avatar ?

Cute Avatar est une extension Chrome développée par https://cute-cursors.com, et sa fonction principale est "Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cute Avatar

Téléchargez les fichiers d'extension Cute Avatar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cute Avatar Cute Avatar
ID eoicaakpmliddjnnkninphlbpjibnfmh
URL Officiel https://chromewebstore.google.com/detail/cute-avatar/eoicaakpmliddjnnkninphlbpjibnfmh
Description Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.
Taille du Fichier 1.37 MB
Nombre d'Installations 37,842
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-06-15
Date de Publication 2023-02-28
Évaluation 4.68/5 Total 19 Évaluations
Développeur https://cute-cursors.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cute-cursors.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}