Custom Avatars for Gartic Phone

Replace your and your friend's avatars with custom avatars of your own!

Apa itu Custom Avatars for Gartic Phone?

Custom Avatars for Gartic Phone adalah ekstensi Chrome yang dikembangkan oleh SillyV, dan fitur utamanya adalah "Replace your and your friend's avatars with custom avatars of your own!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Custom Avatars for Gartic Phone

Unduh file ekstensi Custom Avatars for Gartic Phone 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

                        This extension allows you to modify the appearance of your the avatars you play with in gartic phone, for you and for all your friends who play with you.

use any image file and set whatever avatar you want to any chosen username, 
share your list of custom avatars with your friends using the export \import feature

and enhance your telephone games with a fun personal twist                    

Informasi Dasar Ekstensi

Nama Custom Avatars for Gartic Phone Custom Avatars for Gartic Phone
ID clbgjnikieamkppfbinglomefooemien
URL Resmi https://chromewebstore.google.com/detail/custom-avatars-for-gartic/clbgjnikieamkppfbinglomefooemien
Deskripsi Replace your and your friend's avatars with custom avatars of your own!
Ukuran File 59.12 KB
Jumlah Instalasi 1,665
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-07-22
Tanggal Publikasi 2022-07-20
Penilaian 4.75/5 Total 4 Penilaian
Pengembang SillyV
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Avatars for Gartic Phone",
    "version": "1.0.2",
    "description": "Replace your and your friend's avatars with custom avatars of your own!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/avatars.html",
                "assets\/*"
            ],
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "css": [
                "avatars.css"
            ],
            "js": [
                "components\/language.js",
                "pages\/home.js",
                "pages\/main.js"
            ],
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}