Emoji Mixer for Whatsapp Web

Mix emojis and send a sticker of your combinations!

Apa itu Emoji Mixer for Whatsapp Web?

Emoji Mixer for Whatsapp Web adalah ekstensi Chrome yang dikembangkan oleh opsJson, dan fitur utamanya adalah "Mix emojis and send a sticker of your combinations!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Emoji Mixer for Whatsapp Web

Unduh file ekstensi Emoji Mixer for Whatsapp Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Emoji Mixer for Whatsapp Web Emoji Mixer for Whatsapp Web
ID pjnnjehhbcaipplhmnikdaecoahnamfk
URL Resmi https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk
Deskripsi Mix emojis and send a sticker of your combinations!
Ukuran File 140 KB
Jumlah Instalasi 87
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-09-24
Tanggal Publikasi 2023-09-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang opsJson
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}