Cute Avatar

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

Apa itu Cute Avatar?

Cute Avatar adalah ekstensi Chrome yang dikembangkan oleh https://cute-cursors.com, dan fitur utamanya adalah "Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cute Avatar

Unduh file ekstensi Cute Avatar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cute Avatar Cute Avatar
ID eoicaakpmliddjnnkninphlbpjibnfmh
URL Resmi https://chromewebstore.google.com/detail/cute-avatar/eoicaakpmliddjnnkninphlbpjibnfmh
Deskripsi Welcome to our avatar maker! This free online tool can help you create a cartoon avatar with an original and fun design.
Ukuran File 1.37 MB
Jumlah Instalasi 37,842
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-06-15
Tanggal Publikasi 2023-02-28
Penilaian 4.68/5 Total 19 Penilaian
Pengembang https://cute-cursors.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://cute-cursors.com/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}