Emoji Mixer for Whatsapp Web
Mix emojis and send a sticker of your combinations!
Vad är Emoji Mixer for Whatsapp Web?
Emoji Mixer for Whatsapp Web är en Chrome-tillägg utvecklad av opsJson, och dess huvudfunktion är "Mix emojis and send a sticker of your combinations!".
Tilläggsskärmbilder
Ladda ner Emoji Mixer for Whatsapp Web-förlängningens CRX-fil
Ladda ner Emoji Mixer for Whatsapp Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to combine emojis into a sticker and send it to your contacts. Grundläggande Information om Tillägg
| Namn | |
| ID | pjnnjehhbcaipplhmnikdaecoahnamfk |
| Officiell webbadress | https://chromewebstore.google.com/detail/emoji-mixer-for-whatsapp/pjnnjehhbcaipplhmnikdaecoahnamfk |
| Beskrivning | Mix emojis and send a sticker of your combinations! |
| Filstorlek | 140 KB |
| Antal Installationer | 87 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-09-24 |
| Publiceringsdatum | 2023-09-24 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | opsJson |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |