Emoji Mixer for Whatsapp Web

Mix emojis and send a sticker of your combinations!

What is Emoji Mixer for Whatsapp Web?

Emoji Mixer for Whatsapp Web is a Chrome extension developed by opsJson, and its main feature is "Mix emojis and send a sticker of your combinations!".

Extension Screenshots

screenshot
screenshot

Download Emoji Mixer for Whatsapp Web Extension CRX File

Download Emoji Mixer for Whatsapp Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Emoji Mixer for Whatsapp Web Emoji Mixer for Whatsapp Web
ID pjnnjehhbcaipplhmnikdaecoahnamfk
Official URL https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk
Description Mix emojis and send a sticker of your combinations!
File Size 140 KB
Installation Count 87
Current Version 1.0
Last Updated 2023-09-24
Publish Date 2023-09-24
Rating 5.00/5 Total 1 Ratings
Developer opsJson
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}