ZenEmoji (by ZENTHANG)

Add emoji to Facebook status, comment and messages...

What is ZenEmoji (by ZENTHANG)?

ZenEmoji (by ZENTHANG) is a Chrome extension developed by ZENTHANG, and its main feature is "Add emoji to Facebook status, comment and messages...".

Extension Screenshots

screenshot
screenshot
screenshot

Download ZenEmoji (by ZENTHANG) Extension CRX File

Download ZenEmoji (by ZENTHANG) 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

                        Allows you to see and input emoji on Facebook.                    

Extension Basic Information

Name ZenEmoji (by ZENTHANG) ZenEmoji (by ZENTHANG)
ID fggieinmnogjpioiaebllikgkknpebfa
Official URL https://chromewebstore.google.com/detail/zenemoji-by-zenthang/fggieinmnogjpioiaebllikgkknpebfa
Description Add emoji to Facebook status, comment and messages...
File Size 429 KB
Installation Count 330
Current Version 1.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.13/5 Total 8 Ratings
Developer ZENTHANG
Email [email protected]
Payment Type free
Help Page URL http://zenthang.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZenEmoji (by ZENTHANG)",
    "version": "1.1",
    "description": "Add emoji to Facebook status, comment and messages...",
    "background": {
        "scripts": [
            "\/lib\/jquery-1.4.2.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/lib\/lib.js",
                "\/lib\/core.js",
                "js\/run.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/data.js",
                "js\/facebook.js"
            ],
            "css": [
                "css\/facebook.css"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/images\/*"
    ]
}