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
公式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
Eメール [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\/*"
            ]
        }
    ]
}