Gmail GChat Emoji Fix

Reverting the emoji in gchat to not look like trash

What is Gmail GChat Emoji Fix?

Gmail GChat Emoji Fix is a Chrome extension developed by mkhrenov34, and its main feature is "Reverting the emoji in gchat to not look like trash".

Download Gmail GChat Emoji Fix Extension CRX File

Download Gmail GChat Emoji Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Gmail GChat Emoji Fix Gmail GChat Emoji Fix
ID baobkkdjlgkbnnfkcpabfpehlepikfog
Official URL https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog
Description Reverting the emoji in gchat to not look like trash
File Size 8.26 KB
Installation Count 125
Current Version 1.1
Last Updated 2018-07-08
Publish Date 2018-07-08
Rating 5.00/5 Total 2 Ratings
Developer mkhrenov34
Payment Type free
Supported Languages 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"
        }
    ]
}