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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
        }
    ]
}