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

Cos'è Missed Gender?

Missed Gender è un'estensione di Chrome sviluppata da axprin, e la sua funzione principale è "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Missed Gender

Scarica i file di estensione Missed Gender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
URL Ufficiale https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
Descrizione Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Dimensione del File 51.5 KB
Conteggio Installazioni 421
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-14
Data di Pubblicazione 2017-06-13
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore axprin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}