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"
        }
    ]
}