Gmail GChat Emoji Fix

Reverting the emoji in gchat to not look like trash

Apa itu Gmail GChat Emoji Fix?

Gmail GChat Emoji Fix adalah ekstensi Chrome yang dikembangkan oleh mkhrenov34, dan fitur utamanya adalah "Reverting the emoji in gchat to not look like trash".

Unduh Berkas CRX Ekstensi Gmail GChat Emoji Fix

Unduh file ekstensi Gmail GChat Emoji Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Gmail GChat Emoji Fix Gmail GChat Emoji Fix
ID baobkkdjlgkbnnfkcpabfpehlepikfog
URL Resmi https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog
Deskripsi Reverting the emoji in gchat to not look like trash
Ukuran File 8.26 KB
Jumlah Instalasi 125
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-07-08
Tanggal Publikasi 2018-07-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mkhrenov34
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}