Emoji Skin Tone Randomizer

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

O que é Emoji Skin Tone Randomizer?

Emoji Skin Tone Randomizer é uma extensão do Chrome desenvolvida por dingoeatingfuzz, e sua principal característica é "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Emoji Skin Tone Randomizer

Baixe arquivos de extensão Emoji Skin Tone Randomizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Emoji Skin Tone Randomizer Emoji Skin Tone Randomizer
ID ohhjagdgpnjmffkbdmgocehijcppnicj
URL Oficial https://chromewebstore.google.com/detail/emoji-skin-tone-randomize/ohhjagdgpnjmffkbdmgocehijcppnicj
Descrição Applies a random skintone to any skintone-eligible emoji that doesn't already have one.
Tamanho do Arquivo 57.5 KB
Contagem de Instalações 17
Versão Atual 1.0.2
Última Atualização 2016-08-01
Data de Publicação 2016-07-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dingoeatingfuzz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer
Idiomas Suportados 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"
        }
    ]
}