Cute Avatar

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

什么是Cute Avatar?

Cute Avatar是由https://cute-cursors.com开发的Chrome扩展程序,该扩展的主要功能是“Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Cute Avatar扩展crx文件

下载Cute Avatar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cute Avatar Cute Avatar
ID eoicaakpmliddjnnkninphlbpjibnfmh
官方URL https://chromewebstore.google.com/detail/cute-avatar/eoicaakpmliddjnnkninphlbpjibnfmh
简介 Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.
文件大小 1.37 MB
安装次数 37,842
当前版本 1.0.1
更新时间 2023-06-15
上架时间 2023-02-28
评分 4.68/5 共19次评分
开发者 https://cute-cursors.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cute-cursors.com/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}