Emoji Skin Tone Randomizer

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

Qu'est-ce que Emoji Skin Tone Randomizer ?

Emoji Skin Tone Randomizer est une extension Chrome développée par dingoeatingfuzz, et sa fonction principale est "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emoji Skin Tone Randomizer

Téléchargez les fichiers d'extension Emoji Skin Tone Randomizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Emoji Skin Tone Randomizer Emoji Skin Tone Randomizer
ID ohhjagdgpnjmffkbdmgocehijcppnicj
URL Officiel 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.
Taille du Fichier 57.5 KB
Nombre d'Installations 17
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-08-01
Date de Publication 2016-07-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur dingoeatingfuzz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer
Langues Prises en Charge 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"
        }
    ]
}