WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bitmoji

Bitmoji

View on Chrome Web Store
View Bitmoji Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (2,113 ratings)
3 new ratings
21 views
This extension has been viewed 21 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Bitmoji anywhere on web!
Type
Extension
Users
3,000,000 users
1M
Website bitmoji.com
Bitmoji
View author page of Bitmoji
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 9, 2014
Version 11.0.0
Manifest version
3
Updated
Updated on March 10, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bitmoji Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bitmoji",
    "short_name": "Bitmoji",
    "description": "Use Bitmoji anywhere on web!",
    "version": "11.0.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg5tN6n+vx0uLBtv+og2FZf0unMfGqVErVXeetkkkftlNg1UyNCLP3dutnUaRrfJi\/z7arPslcDZkYFpOs2JdhV3JVIcx3raLHbM9ZnB01Wl1qJAUs0q2tmMn1aY0NIF0XQZfaujX8Lq\/kqnG67AZRPKYfxSbSoCXiIm1SBAYqTBRQonFWoorRQ2S+401W2z7G3EnrZj7C8O4yVxV\/JHo2Z6O6ENNHCk\/bnCIkD1Dl\/\/ZfptQALCYD6kKrB6odzgTtwzQeSUTuYF8UtBJs2RuyjUGLSLQtkITDf8dOfSMhOl08yYzx\/it4MXJTffAp\/P5tZWPq8YlhhF+nRzGHi8DsQIDAQAB",
    "icons": {
        "48": "images\/bitmoji-logo-48.png",
        "128": "images\/bitmoji-logo-128.png"
    },
    "background": {
        "service_worker": "dist\/chrome-extension-background.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.bitbucket.org\/*",
        "https:\/\/*.github.com\/*",
        "https:\/\/*.atlassian.net\/*",
        "https:\/\/*.bitmoji.com\/*",
        "https:\/\/*.snapchat.com\/*"
    ],
    "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": [
        {
            "resources": [
                "static\/media\/*.svg",
                "static\/media\/*.png",
                "popup.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top