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是由aaronzhang.xyz開發的Chrome擴展程式,該擴展的主要功能是“Converts the new messenger emojis to the cooler old ones”。

擴展截圖

screenshot
screenshot

下載Bring back old Messenger Emojis擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}