Emoji Skin Tone Randomizer

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

Wat is Emoji Skin Tone Randomizer?

Emoji Skin Tone Randomizer is een Chrome-extensie ontwikkeld door dingoeatingfuzz, en de belangrijkste functie is "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Emoji Skin Tone Randomizer

Download Emoji Skin Tone Randomizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Emoji Skin Tone Randomizer Emoji Skin Tone Randomizer
ID ohhjagdgpnjmffkbdmgocehijcppnicj
Officiële URL https://chromewebstore.google.com/detail/emoji-skin-tone-randomize/ohhjagdgpnjmffkbdmgocehijcppnicj
Beschrijving Applies a random skintone to any skintone-eligible emoji that doesn't already have one.
Bestandsgrootte 57.5 KB
Aantal Installaties 17
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-08-01
Publicatiedatum 2016-07-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dingoeatingfuzz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer
Ondersteunde Talen 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"
        }
    ]
}