Bitmoji Hot

Hot Bitmojis anywhere

What is Bitmoji Hot?

Bitmoji Hot is a Chrome extension developed by mattj1457, and its main feature is "Hot Bitmojis anywhere".

Extension Screenshots

screenshot
screenshot

Download Bitmoji Hot Extension CRX File

Download Bitmoji Hot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use BitmojiHot anywhere!
The best emojis you'll see on the internet.                    

Extension Basic Information

Name Bitmoji Hot Bitmoji Hot
ID jmikjbbommmphbkcampnmgclgmkkcija
Official URL https://chromewebstore.google.com/detail/bitmoji-hot/jmikjbbommmphbkcampnmgclgmkkcija
Description Hot Bitmojis anywhere
File Size 72.04 KB
Installation Count 282
Current Version 1.1
Last Updated 2023-05-09
Publish Date 2022-12-17
Rating 5.00/5 Total 8 Ratings
Developer mattj1457
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/extensions-privacy
Supported Languages en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Bitmoji Hot"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "emoji.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Hot Bitmojis anywhere",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Bitmoji Hot",
    "sandbox": {
        "pages": [
            "emoji-editor.html"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}