Bitmoji [2021]
Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…
Was ist Bitmoji [2021]?
Bitmoji [2021] ist eine Chrome-Erweiterung, die von Bitmoji entwickelt wurde, und ihr Hauptmerkmal ist "Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…".
Erweiterungsscreenshots
Bitmoji [2021]-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitmoji [2021]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | cmnobjkcohdcjegicgmakhlkccddedpj |
Offizielle URL | https://chrome.google.com/webstore/detail/bitmoji-2021/cmnobjkcohdcjegicgmakhlkccddedpj |
Beschreibung | Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring… |
Dateigröße | 12.35 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2021-07-07 |
Veröffentlichungsdatum | 2021-07-07 |
Bewertung | 4.00/5 Insgesamt 9 Bewertungen |
Entwickler | Bitmoji |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } } |