Bitmoji [2021]
Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…
Bitmoji [2021]คืออะไร?
Bitmoji [2021] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitmoji และคุณลักษณะหลักของมันคือ "Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitmoji [2021]
ดาวน์โหลดไฟล์ส่วนขยาย Bitmoji [2021] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring YOU • Use Bitmoji in Snapchat and wherever else you chat Using Bitmoji in Snapchat unlocks Friendmoji – 2-person Bitmojis featuring you and your friends!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmnobjkcohdcjegicgmakhlkccddedpj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bitmoji-2021/cmnobjkcohdcjegicgmakhlkccddedpj |
คำอธิบาย | Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring… |
ขนาดไฟล์ | 12.35 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-07-07 |
วันที่เผยแพร่ | 2021-07-07 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Bitmoji |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitmoji [2021]", "version": "1.1.1", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/chrome.edgelauncher.com\/bitmoji", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/chrome.edgelauncher.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Bitmoji [2021]" } } |