Bring back old Messenger Emojis

Converts the new messenger emojis to the cooler old ones

Qu'est-ce que Bring back old Messenger Emojis ?

Bring back old Messenger Emojis est une extension Chrome développée par aaronzhang.xyz, et sa fonction principale est "Converts the new messenger emojis to the cooler old ones".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bring back old Messenger Emojis

Téléchargez les fichiers d'extension Bring back old Messenger Emojis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bring back old Messenger Emojis Bring back old Messenger Emojis
ID odffoccbncldkpodebegbddmmmhfinbm
URL Officiel https://chromewebstore.google.com/detail/bring-back-old-messenger/odffoccbncldkpodebegbddmmmhfinbm
Description Converts the new messenger emojis to the cooler old ones
Taille du Fichier 5.83 MB
Nombre d'Installations 110
Version Actuelle 1.6
Dernière Mise à Jour 2021-12-04
Date de Publication 2019-08-22
Évaluation 5.00/5 Total 8 Évaluations
Développeur aaronzhang.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://aaronzhang.xyz
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}