Changemoji

Changes emojis into emoticons.

What is Changemoji?

Changemoji is a Chrome extension developed by odnarbkingofinternet, and its main feature is "Changes emojis into emoticons.".

Extension Screenshots

screenshot

Download Changemoji Extension CRX File

Download Changemoji 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

                        Designed with ROBLOX forums in mind, this extension changes emojis into emoticons. Not all of the emojis are put in yet, so just tell me what to add in your reviews. I will add most, if not all, of them overtime. 

Will slow down your page loading times a little bit.                    

Extension Basic Information

Name Changemoji Changemoji
ID oicohdphlokjlgokojlnjmkaphjafnbp
Official URL https://chrome.google.com/webstore/detail/changemoji/oicohdphlokjlgokojlnjmkaphjafnbp
Description Changes emojis into emoticons.
File Size 530 KB
Installation Count 2,000
Current Version 1.0
Last Updated 2017-03-11
Publish Date 2017-03-11
Rating 1.80/5 Total 5 Ratings
Developer odnarbkingofinternet
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Changemoji",
    "description": "Changes emojis into emoticons.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Changemoji - change emojis into emoticons",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.roblox.com\/*"
    ]
}