Gmail GChat Emoji Fix

Reverting the emoji in gchat to not look like trash

ما هو Gmail GChat Emoji Fix؟

Gmail GChat Emoji Fix هو إضافة Chrome تم تطويرها بواسطة mkhrenov34، والميزة الرئيسية لها هي "Reverting the emoji in gchat to not look like trash".

تحميل ملف CRX للإضافة Gmail GChat Emoji Fix

قم بتنزيل ملفات الامتداد Gmail GChat Emoji Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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