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

Qu'est-ce que Missed Gender ?

Missed Gender est une extension Chrome développée par axprin, et sa fonction principale est "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Missed Gender

Téléchargez les fichiers d'extension Missed Gender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
URL Officiel https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
Description Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Taille du Fichier 51.5 KB
Nombre d'Installations 421
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-14
Date de Publication 2017-06-13
Évaluation 4.00/5 Total 4 Évaluations
Développeur axprin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}