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是由SillyV开发的Chrome扩展程序,该扩展的主要功能是“Replace your and your friend's avatars with custom avatars of your own!”。
扩展截图
下载Custom Avatars for Gartic Phone扩展crx文件
下载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" } ] } |