Gmail GChat Emoji Fix

Reverting the emoji in gchat to not look like trash

O que é Gmail GChat Emoji Fix?

Gmail GChat Emoji Fix é uma extensão do Chrome desenvolvida por mkhrenov34, e sua principal característica é "Reverting the emoji in gchat to not look like trash".

Baixar o arquivo CRX da Extensão Gmail GChat Emoji Fix

Baixe arquivos de extensão Gmail GChat Emoji Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Gmail GChat Emoji Fix Gmail GChat Emoji Fix
ID baobkkdjlgkbnnfkcpabfpehlepikfog
URL Oficial https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog
Descrição Reverting the emoji in gchat to not look like trash
Tamanho do Arquivo 8.26 KB
Contagem de Instalações 125
Versão Atual 1.1
Última Atualização 2018-07-08
Data de Publicação 2018-07-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor mkhrenov34
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}