Custom Avatars for Gartic Phone

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

Was ist Custom Avatars for Gartic Phone?

Custom Avatars for Gartic Phone ist eine Chrome-Erweiterung, die von SillyV entwickelt wurde, und ihr Hauptmerkmal ist "Replace your and your friend's avatars with custom avatars of your own!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Custom Avatars for Gartic Phone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Custom Avatars for Gartic Phone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Custom Avatars for Gartic Phone Custom Avatars for Gartic Phone
ID clbgjnikieamkppfbinglomefooemien
Offizielle URL https://chromewebstore.google.com/detail/custom-avatars-for-gartic/clbgjnikieamkppfbinglomefooemien
Beschreibung Replace your and your friend's avatars with custom avatars of your own!
Dateigröße 59.12 KB
Installationsanzahl 1,665
Aktuelle Version 1.0.2
Letztes Update 2023-07-22
Veröffentlichungsdatum 2022-07-20
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler SillyV
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}