Custom Avatars for Gartic Phone
Replace your and your friend's avatars with custom avatars of your own!
Vad är Custom Avatars for Gartic Phone?
Custom Avatars for Gartic Phone är en Chrome-tillägg utvecklad av SillyV, och dess huvudfunktion är "Replace your and your friend's avatars with custom avatars of your own!".
Tilläggsskärmbilder
Ladda ner Custom Avatars for Gartic Phone-förlängningens CRX-fil
Ladda ner Custom Avatars for Gartic Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Custom Avatars for Gartic Phone |
ID | clbgjnikieamkppfbinglomefooemien |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-avatars-for-gartic/clbgjnikieamkppfbinglomefooemien |
Beskrivning | Replace your and your friend's avatars with custom avatars of your own! |
Filstorlek | 59.12 KB |
Antal Installationer | 1,665 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-07-22 |
Publiceringsdatum | 2022-07-20 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | SillyV |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |