Emoji Mixer for Whatsapp Web
Mix emojis and send a sticker of your combinations!
Cos'è Emoji Mixer for Whatsapp Web?
Emoji Mixer for Whatsapp Web è un'estensione di Chrome sviluppata da opsJson, e la sua funzione principale è "Mix emojis and send a sticker of your combinations!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Emoji Mixer for Whatsapp Web
Scarica i file di estensione Emoji Mixer for Whatsapp Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to combine emojis into a sticker and send it to your contacts.
Informazioni di Base sull'Estensione
Nome | Emoji Mixer for Whatsapp Web |
ID | pjnnjehhbcaipplhmnikdaecoahnamfk |
URL Ufficiale | https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk |
Descrizione | Mix emojis and send a sticker of your combinations! |
Dimensione del File | 140 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-09-24 |
Data di Pubblicazione | 2023-09-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | opsJson |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |