Bring back old Messenger Emojis

Converts the new messenger emojis to the cooler old ones

Bring back old Messenger Emojisคืออะไร?

Bring back old Messenger Emojis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaronzhang.xyz และคุณลักษณะหลักของมันคือ "Converts the new messenger emojis to the cooler old ones"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bring back old Messenger Emojis

ดาวน์โหลดไฟล์ส่วนขยาย Bring back old Messenger Emojis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you miss the old messenger emojis of June 2016 to September 2017?

Do you loathe the emotionless husks that now populate messenger's hollowed halls?

Well say goodbye to the old way of doing things and download this extension to bring back the old messenger emojis back!

VERSION 1.4/5: Last change for a while now. I think I got everything setup. The extension now covers the entirety of the screen. So, your message previews, emoji bars, and messages are now all back to the old (better) emojis. 

6: New Manifest for google extensions

Contact me if there's anything wrong in the application.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bring back old Messenger Emojis Bring back old Messenger Emojis
ID odffoccbncldkpodebegbddmmmhfinbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bring-back-old-messenger/odffoccbncldkpodebegbddmmmhfinbm
คำอธิบาย Converts the new messenger emojis to the cooler old ones
ขนาดไฟล์ 5.83 MB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2021-12-04
วันที่เผยแพร่ 2019-08-22
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา aaronzhang.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://aaronzhang.xyz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bring back old Messenger Emojis",
    "version": "1.6",
    "description": "Converts the new messenger emojis to the cooler old ones",
    "action": {
        "default_icon": {
            "16": "eyes.png",
            "24": "eyes.png",
            "32": "eyes.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "changer.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "emojis\/*"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ]
        }
    ]
}