Custom Avatars for Gartic Phone

Replace your and your friend's avatars with custom avatars of your own!

Custom Avatars for Gartic Phone là gì?

Custom Avatars for Gartic Phone là một tiện ích mở rộng Chrome được phát triển bởi SillyV, và tính năng chính của nó là "Replace your and your friend's avatars with custom avatars of your own!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Avatars for Gartic Phone

Tải xuống các tệp mở rộng Custom Avatars for Gartic Phone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Avatars for Gartic Phone Custom Avatars for Gartic Phone
ID clbgjnikieamkppfbinglomefooemien
URL Chính Thức https://chromewebstore.google.com/detail/custom-avatars-for-gartic/clbgjnikieamkppfbinglomefooemien
Mô tả Replace your and your friend's avatars with custom avatars of your own!
Kích Thước Tệp 59.12 KB
Số Lần Cài Đặt 1,665
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-07-22
Ngày Phát Hành 2022-07-20
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển SillyV
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}