Snowflake

Turns Trump into Snowflake so you don't have to look at that damn name anymore.

O que é Snowflake?

Snowflake é uma extensão do Chrome desenvolvida por snowflake.extension, e sua principal característica é "Turns Trump into Snowflake so you don't have to look at that damn name anymore.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Snowflake

Baixe arquivos de extensão Snowflake 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

                        Suffering from T***P fatigue?  Aren't we all.  Tired of seeing that name in print and the not-so-subtle bout of nausea induced when you think about our country (and nuclear) codes being handed over to a con man with the ego of a toddler.  

This little add-on I whipped up will replace that name with "Snowflake" my new nickname and the only way he is referred to in my house.  Why Snowflake?  Because he's just so sensitive.  "Mine is the biggest!"  "The media is out to get me!"  "Everyone must love me!"  What a tool.                    

Informações Básicas da Extensão

Nome Snowflake Snowflake
ID cghmhcoebaiodpdicjacfllplandkfpa
URL Oficial https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa
Descrição Turns Trump into Snowflake so you don't have to look at that damn name anymore.
Tamanho do Arquivo 23.36 KB
Contagem de Instalações 658
Versão Atual 1.0
Última Atualização 2017-01-27
Data de Publicação 2017-01-26
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor snowflake.extension
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snowflake",
    "description": "Turns Trump into Snowflake so you don't have to look at that damn name anymore.",
    "version": "1.0",
    "icons": {
        "128": "snowflake.png"
    },
    "browser_action": {
        "default_icon": "snowflake.png"
    },
    "web_accessible_resources": [
        "snowflake.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}