Custom Avatars for Gartic Phone
Replace your and your friend's avatars with custom avatars of your own!
Τι είναι το Custom Avatars for Gartic Phone;
Το Custom Avatars for Gartic Phone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SillyV, και η κύρια λειτουργία του είναι "Replace your and your friend's avatars with custom avatars of your own!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom Avatars for Gartic Phone
Λήψη αρχείων επέκτασης Custom Avatars for Gartic Phone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Custom Avatars for Gartic Phone |
ID | clbgjnikieamkppfbinglomefooemien |
Επίσημο URL | https://chromewebstore.google.com/detail/custom-avatars-for-gartic/clbgjnikieamkppfbinglomefooemien |
Περιγραφή | Replace your and your friend's avatars with custom avatars of your own! |
Μέγεθος Αρχείου | 59.12 KB |
Αριθμός Εγκαταστάσεων | 1,665 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2023-07-22 |
Ημερομηνία Δημοσίευσης | 2022-07-20 |
Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | SillyV |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |