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\/*"
            ]
        }
    ]
}