Emoji Mixer for Whatsapp Web

Mix emojis and send a sticker of your combinations!

Qu'est-ce que Emoji Mixer for Whatsapp Web ?

Emoji Mixer for Whatsapp Web est une extension Chrome développée par opsJson, et sa fonction principale est "Mix emojis and send a sticker of your combinations!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Emoji Mixer for Whatsapp Web

Téléchargez les fichiers d'extension Emoji Mixer for Whatsapp Web 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

                        This extension allows you to combine emojis into a sticker and send it to your contacts.                    

Informations de Base sur l'Extension

Nom Emoji Mixer for Whatsapp Web Emoji Mixer for Whatsapp Web
ID pjnnjehhbcaipplhmnikdaecoahnamfk
URL Officiel https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk
Description Mix emojis and send a sticker of your combinations!
Taille du Fichier 140 KB
Nombre d'Installations 87
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-24
Date de Publication 2023-09-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur opsJson
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emoji Mixer for Whatsapp Web",
    "version": "1.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "injector.js",
                "emojidata.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}