Gmail GChat Emoji Fix

Reverting the emoji in gchat to not look like trash

Wat is Gmail GChat Emoji Fix?

Gmail GChat Emoji Fix is een Chrome-extensie ontwikkeld door mkhrenov34, en de belangrijkste functie is "Reverting the emoji in gchat to not look like trash".

Download het CRX-bestand van de extensie Gmail GChat Emoji Fix

Download Gmail GChat Emoji Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Gmail GChat Emoji Fix Gmail GChat Emoji Fix
ID baobkkdjlgkbnnfkcpabfpehlepikfog
Officiële URL https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog
Beschrijving Reverting the emoji in gchat to not look like trash
Bestandsgrootte 8.26 KB
Aantal Installaties 125
Huidige Versie 1.1
Laatst Bijgewerkt 2018-07-08
Publicatiedatum 2018-07-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mkhrenov34
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}