Custom Avatars for Gartic Phone
Replace your and your friend's avatars with custom avatars of your own!
¿Qué es Custom Avatars for Gartic Phone?
Custom Avatars for Gartic Phone es una extensión de Chrome desarrollada por SillyV, y su función principal es "Replace your and your friend's avatars with custom avatars of your own!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Custom Avatars for Gartic Phone
Descarga archivos de extensión Custom Avatars for Gartic Phone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Custom Avatars for Gartic Phone |
ID | clbgjnikieamkppfbinglomefooemien |
URL Oficial | https://chromewebstore.google.com/detail/custom-avatars-for-gartic/clbgjnikieamkppfbinglomefooemien |
Descripción | Replace your and your friend's avatars with custom avatars of your own! |
Tamaño del Archivo | 59.12 KB |
Cantidad de Instalaciones | 1,665 |
Versión Actual | 1.0.2 |
Última Actualización | 2023-07-22 |
Fecha de Publicación | 2022-07-20 |
Calificación | 4.75/5 Total de 4 Calificaciones |
Desarrollador | SillyV |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |