Cute Avatar

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

What is Cute Avatar?

Cute Avatar is a Chrome extension developed by https://cute-cursors.com, and its main feature is "Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cute Avatar Extension CRX File

Download Cute Avatar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cute Avatar Cute Avatar
ID eoicaakpmliddjnnkninphlbpjibnfmh
Official URL 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.
File Size 1.37 MB
Installation Count 37,842
Current Version 1.0.1
Last Updated 2023-06-15
Publish Date 2023-02-28
Rating 4.68/5 Total 19 Ratings
Developer https://cute-cursors.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cute-cursors.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}