Emoji Mixer for Whatsapp Web

Mix emojis and send a sticker of your combinations!

Wat is Emoji Mixer for Whatsapp Web?

Emoji Mixer for Whatsapp Web is een Chrome-extensie ontwikkeld door opsJson, en de belangrijkste functie is "Mix emojis and send a sticker of your combinations!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Emoji Mixer for Whatsapp Web

Download Emoji Mixer for Whatsapp Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Emoji Mixer for Whatsapp Web Emoji Mixer for Whatsapp Web
ID pjnnjehhbcaipplhmnikdaecoahnamfk
Officiële URL https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk
Beschrijving Mix emojis and send a sticker of your combinations!
Bestandsgrootte 140 KB
Aantal Installaties 87
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-24
Publicatiedatum 2023-09-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar opsJson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}