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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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