Emoji Mixer for Whatsapp Web
Mix emojis and send a sticker of your combinations!
什麼是Emoji Mixer for Whatsapp Web?
Emoji Mixer for Whatsapp Web是由opsJson開發的Chrome擴展程式,該擴展的主要功能是“Mix emojis and send a sticker of your combinations!”。
擴展截圖
下載Emoji Mixer for Whatsapp Web擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pjnnjehhbcaipplhmnikdaecoahnamfk |
| 官方網址 | 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"
}
} | |