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
官方網址 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]"
    }
}