Bee Moji

Express more with Emojis

What is Bee Moji?

Bee Moji is a Chrome extension developed by https://beemoji.fun, and its main feature is "Express more with Emojis".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bee Moji Extension CRX File

Download Bee Moji 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

                        BeeMoji is the first Chrome extension that suggests Emojis as you type. You can choose one Emoji from suggestions or paste them all.

Express more with Emojis!                    

Extension Basic Information

Name Bee Moji Bee Moji
ID oaapobiilleecjcpbemnebijmaocanpi
Official URL https://chromewebstore.google.com/detail/bee-moji/oaapobiilleecjcpbemnebijmaocanpi
Description Express more with Emojis
File Size 1.7 MB
Installation Count 387
Current Version 0.0.5
Last Updated 2018-05-30
Publish Date 2018-05-30
Rating 4.40/5 Total 30 Ratings
Developer https://beemoji.fun
Email [email protected]
Payment Type free
Extension Website http://beemoji.fun/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bee Moji",
    "short_name": "Bee Moji",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Express more with Emojis",
    "author": "Zviad Sichinava",
    "homepage_url": "http:\/\/studiofuturist.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "src\/assets\/emoji.json",
        "src\/inject\/contentscript.js",
        "src\/inject\/popup.js"
    ],
    "browser_action": {
        "default_icon": "icons\/popup.png",
        "default_popup": "src\/inject\/popup.html"
    },
    "permissions": [
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "src\/inject\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/eblock.js",
                "src\/inject\/contentscript.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}