Emoji Skin Tone Randomizer

Applies a random skintone to any skintone-eligible emoji that doesn't already have one.

What is Emoji Skin Tone Randomizer?

Emoji Skin Tone Randomizer is a Chrome extension developed by dingoeatingfuzz, and its main feature is "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.".

Extension Screenshots

screenshot

Download Emoji Skin Tone Randomizer Extension CRX File

Download Emoji Skin Tone Randomizer 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

                        The default yellow (or non-human) skin tones are a great feature of the emoji spec. A vast improvement over default white for sure, but it isn't realistic. It simply avoids the racial diversity issue.

If you would like to bring race back to your emoji in an impartial way, install this extension.                    

Extension Basic Information

Name Emoji Skin Tone Randomizer Emoji Skin Tone Randomizer
ID ohhjagdgpnjmffkbdmgocehijcppnicj
Official URL https://chromewebstore.google.com/detail/emoji-skin-tone-randomize/ohhjagdgpnjmffkbdmgocehijcppnicj
Description Applies a random skintone to any skintone-eligible emoji that doesn't already have one.
File Size 57.5 KB
Installation Count 17
Current Version 1.0.2
Last Updated 2016-08-01
Publish Date 2016-07-31
Rating 5.00/5 Total 1 Ratings
Developer dingoeatingfuzz
Email [email protected]
Payment Type free
Extension Website https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Skin Tone Randomizer",
    "description": "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.",
    "manifest_version": 2,
    "version": "1.0.2",
    "icons": {
        "512": "images\/icon\/icon-512.png",
        "256": "images\/icon\/icon-256.png",
        "128": "images\/icon\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/DingoEatingFuzz\/chrome-emoji-skintone-randomizer",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "postprocess.js"
            ],
            "run_at": "document_end"
        }
    ]
}