Bring back old Messenger Emojis

Converts the new messenger emojis to the cooler old ones

Bring back old Messenger Emojis là gì?

Bring back old Messenger Emojis là một tiện ích mở rộng Chrome được phát triển bởi aaronzhang.xyz, và tính năng chính của nó là "Converts the new messenger emojis to the cooler old ones".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bring back old Messenger Emojis

Tải xuống các tệp mở rộng Bring back old Messenger Emojis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bring back old Messenger Emojis Bring back old Messenger Emojis
ID odffoccbncldkpodebegbddmmmhfinbm
URL Chính Thức https://chromewebstore.google.com/detail/bring-back-old-messenger/odffoccbncldkpodebegbddmmmhfinbm
Mô tả Converts the new messenger emojis to the cooler old ones
Kích Thước Tệp 5.83 MB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-12-04
Ngày Phát Hành 2019-08-22
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển aaronzhang.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://aaronzhang.xyz
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}