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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]" } } |