Bitmoji [2021]
Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…
O que é Bitmoji [2021]?
Bitmoji [2021] é uma extensão do Chrome desenvolvida por Bitmoji, e sua principal característica é "Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitmoji [2021]
Baixe arquivos de extensão Bitmoji [2021] no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | cmnobjkcohdcjegicgmakhlkccddedpj |
URL Oficial | https://chrome.google.com/webstore/detail/bitmoji-2021/cmnobjkcohdcjegicgmakhlkccddedpj |
Descrição | Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring… |
Tamanho do Arquivo | 12.35 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.1.1 |
Última Atualização | 2021-07-07 |
Data de Publicação | 2021-07-07 |
Classificação | 4.00/5 Total de 9 Avaliações |
Desenvolvedor | Bitmoji |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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]" } } |