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 |
官方網址 | 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" } ] } |