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]是由Bitmoji开发的Chrome扩展程序,该扩展的主要功能是“Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…”。

扩展截图

screenshot

下载Bitmoji [2021]扩展crx文件

下载Bitmoji [2021]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Bitmoji [2021] Bitmoji [2021]
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]"
    }
}