Transgender to Ghost

replaces the word transgender with ghost

O que é Transgender to Ghost?

Transgender to Ghost é uma extensão do Chrome desenvolvida por kappklot, e sua principal característica é "replaces the word transgender with ghost".

Baixar o arquivo CRX da Extensão Transgender to Ghost

Baixe arquivos de extensão Transgender to Ghost 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

                        What it sounds like.  Replaces the word "transgender" with the word "ghost".    Make the cis people in your life more comfortable.

Why: http://www.huffingtonpost.com/entry/more-americans-claim-to-have-seen-a-ghost-than-have-met-a-trans-person_us_5677fee5e4b014efe0d5ed62                    

Informações Básicas da Extensão

Nome Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
URL Oficial https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Descrição replaces the word transgender with ghost
Tamanho do Arquivo 3.52 KB
Contagem de Instalações 33
Versão Atual 0.1
Última Atualização 2016-02-02
Data de Publicação 2016-02-02
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor kappklot
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Transgender to Ghost",
    "description": "replaces the word transgender with ghost",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}