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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
        }
    ]
}