Emoji Mixer for Whatsapp Web
Mix emojis and send a sticker of your combinations!
Was ist Emoji Mixer for Whatsapp Web?
Emoji Mixer for Whatsapp Web ist eine Chrome-Erweiterung, die von opsJson entwickelt wurde, und ihr Hauptmerkmal ist "Mix emojis and send a sticker of your combinations!".
Erweiterungsscreenshots
Emoji Mixer for Whatsapp Web-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emoji Mixer for Whatsapp Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to combine emojis into a sticker and send it to your contacts.
Grundlegende Informationen zur Erweiterung
Name | Emoji Mixer for Whatsapp Web |
ID | pjnnjehhbcaipplhmnikdaecoahnamfk |
Offizielle URL | https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk |
Beschreibung | Mix emojis and send a sticker of your combinations! |
Dateigröße | 140 KB |
Installationsanzahl | 87 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-09-24 |
Veröffentlichungsdatum | 2023-09-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | opsJson |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |