Gmail GChat Emoji Fix

Reverting the emoji in gchat to not look like trash

Gmail GChat Emoji Fixとは何ですか?

Gmail GChat Emoji Fixはmkhrenov34によって開発されたChromeの拡張機能で、その主な機能は「Reverting the emoji in gchat to not look like trash」です。

Gmail GChat Emoji Fix拡張機能のCRXファイルをダウンロード

Gmail GChat Emoji Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Don't like the new emoji in gchat? With all the weird gradients and other garbage? Change them back to the old, well-designed cute ones with this tiny extension!                    

拡張機能の基本情報

名前 Gmail GChat Emoji Fix Gmail GChat Emoji Fix
ID baobkkdjlgkbnnfkcpabfpehlepikfog
公式URL https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog
説明 Reverting the emoji in gchat to not look like trash
ファイルサイズ 8.26 KB
インストール数 125
現在のバージョン 1.1
最終更新日 2018-07-08
公開日 2018-07-08
評価 5.00/5 合計 2 レビュー
開発者 mkhrenov34
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail GChat Emoji Fix",
    "version": "1.1",
    "description": "Reverting the emoji in gchat to not look like trash",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ]
}