Missed Gender

Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as

O que é Missed Gender?

Missed Gender é uma extensão do Chrome desenvolvida por axprin, e sua principal característica é "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Missed Gender

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

                        Missed Gender is an extension that allows users to replace their “deadname” with the name they identify as. By using simple word replacement, the extension is able to identify and replace names, helping to create a more comfortable online experience for those in the trans community.                    

Informações Básicas da Extensão

Nome Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
URL Oficial https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
Descrição Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Tamanho do Arquivo 51.5 KB
Contagem de Instalações 421
Versão Atual 1.0
Última Atualização 2017-06-14
Data de Publicação 2017-06-13
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor axprin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Missed Gender",
    "description": "Creates a more comfortable experience for those in the trans community by replacing a user's \"deadname\" with a name they identify as",
    "version": "1.0",
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "missed_gender_icon-16x16.png",
        "48": "missed_gender_icon-48x48.png",
        "128": "missed_gender_icon-128x128.png"
    },
    "permissions": [
        "storage"
    ]
}