Bitmoji [2021]

Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…

Wat is Bitmoji [2021]?

Bitmoji [2021] is een Chrome-extensie ontwikkeld door Bitmoji, en de belangrijkste functie is "Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitmoji [2021]

Download Bitmoji [2021]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Bitmoji [2021] Bitmoji [2021]
ID cmnobjkcohdcjegicgmakhlkccddedpj
Officiële URL https://chrome.google.com/webstore/detail/bitmoji-2021/cmnobjkcohdcjegicgmakhlkccddedpj
Beschrijving Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…
Bestandsgrootte 12.35 KB
Aantal Installaties 10,000
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-07-07
Publicatiedatum 2021-07-07
Beoordeling 4.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Bitmoji
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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]"
    }
}