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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |