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