Bitmoji

Use Bitmoji anywhere on web!

Bitmoji란 무엇입니까?

Bitmoji은(는) https://bitmoji.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Bitmoji anywhere on web!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bitmoji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - Directly insert Bitmojis into Gmail
- Click and drag to resize them
- Copy and paste them almost anywhere

If you don’t have a Bitmoji account, download the mobile app from bitmoji.com and create an avatar now!

Need help? Head to https://support.bitmoji.com/hc/en-us                    

확장 프로그램 기본 정보

이름 Bitmoji Bitmoji
ID bfgdeiadkckfbkeigkoncpdieiiefpig
공식 URL https://chromewebstore.google.com/detail/bitmoji/bfgdeiadkckfbkeigkoncpdieiiefpig
설명 Use Bitmoji anywhere on web!
파일 크기 1.45 MB
설치 횟수 5,328,376
현재 버전 10.31.1247
최근 업데이트 2022-01-21
출시 날짜 2020-04-22
평점 3.71/5 총 2093 개의 평점
개발자 https://bitmoji.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bitmoji.com/
도움말 페이지 URL https://support.bitmoji.com/hc/en-us/articles/360001494066-Bitmoji-Chrome-Extension
개인정보 보호 정책 페이지 URL https://www.snap.com/en-US/privacy/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitmoji",
    "short_name": "Bitmoji",
    "description": "Use Bitmoji anywhere on web!",
    "version": "10.31.1247",
    "icons": {
        "48": "images\/bitmoji-logo-48.png",
        "128": "images\/bitmoji-logo-128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "*:\/\/mail.google.com\/*",
        "*:\/\/*.bitbucket.org\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.atlassian.net\/*",
        "*:\/\/*.bitmoji.com\/*"
    ],
    "background": {
        "scripts": [
            "dist\/chrome-extension-background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/bitmoji-icon-19.png",
            "38": "images\/bitmoji-icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/test.bitmoji.com\/account_v2\/*",
            "https:\/\/www.bitmoji.com\/account_v2\/*"
        ]
    },
    "web_accessible_resources": [
        "static\/media\/*.svg",
        "static\/media\/*.png",
        "popup.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/bitbucket.org\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/*.atlassian.net\/*",
                "*:\/\/*.bitmoji.com\/*"
            ],
            "js": [
                "thirdparty\/jquery.min.js",
                "thirdparty\/sweetalert.min.js",
                "thirdparty\/webpicker-sdk.js",
                "dist\/bitmoji-chrome-extension.js",
                "dist\/chrome-extension-page-detector.js"
            ],
            "css": [
                "thirdparty\/webpicker-sdk.css",
                "dist\/chrome-extension.css"
            ],
            "run_at": "document_end"
        }
    ]
}