Bitmoji [2021]

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

Bitmoji [2021] là gì?

Bitmoji [2021] là một tiện ích mở rộng Chrome được phát triển bởi Bitmoji, và tính năng chính của nó là "Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitmoji [2021]

Tải xuống các tệp mở rộng Bitmoji [2021] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitmoji [2021] Bitmoji [2021]
ID cmnobjkcohdcjegicgmakhlkccddedpj
URL Chính Thức https://chrome.google.com/webstore/detail/bitmoji-2021/cmnobjkcohdcjegicgmakhlkccddedpj
Mô tả Bitmoji is your own personal emoji. • Create an expressive cartoon avatar • Choose from a huge library of stickers – all featuring…
Kích Thước Tệp 12.35 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-07-07
Ngày Phát Hành 2021-07-07
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Bitmoji
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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]"
    }
}