Emoji Mixer for Whatsapp Web

Mix emojis and send a sticker of your combinations!

Emoji Mixer for Whatsapp Webคืออะไร?

Emoji Mixer for Whatsapp Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย opsJson และคุณลักษณะหลักของมันคือ "Mix emojis and send a sticker of your combinations!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Mixer for Whatsapp Web

ดาวน์โหลดไฟล์ส่วนขยาย Emoji Mixer for Whatsapp Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Emoji Mixer for Whatsapp Web Emoji Mixer for Whatsapp Web
ID pjnnjehhbcaipplhmnikdaecoahnamfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk
คำอธิบาย Mix emojis and send a sticker of your combinations!
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-09-24
วันที่เผยแพร่ 2023-09-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา opsJson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}