Bitmoji [2021]
Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…
What is Bitmoji [2021]?
Bitmoji [2021] is a Chrome extension developed by Bitmoji, and its main feature is "Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…".
Extension Screenshots
Download Bitmoji [2021] Extension CRX File
Download Bitmoji [2021] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | cmnobjkcohdcjegicgmakhlkccddedpj |
Official URL | https://chrome.google.com/webstore/detail/bitmoji-2021/cmnobjkcohdcjegicgmakhlkccddedpj |
Description | Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring… |
File Size | 12.35 KB |
Installation Count | 10,000 |
Current Version | 1.1.1 |
Last Updated | 2021-07-07 |
Publish Date | 2021-07-07 |
Rating | 4.00/5 Total 9 Ratings |
Developer | Bitmoji |
[email protected] | |
Payment Type | free |
Supported Languages | 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]" } } |