Gender Neutralize

De-gender language on the web

Qu'est-ce que Gender Neutralize ?

Gender Neutralize est une extension Chrome développée par soph-iest, et sa fonction principale est "De-gender language on the web".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Gender Neutralize 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

                        Extension to turn unnecessarily gendered words into their gender-neutral alternatives across the web. Currently covers traditional male and female pronouns, relational titles (e.g. "boyfriend", "daughter"), professional and occupational titles (e.g. "Congressman"), and more.

Options to toggle changing of personal pronouns on or off, as well as inputting a substitute for "dude", "guys", and other slang-based terms.                    

Informations de Base sur l'Extension

Nom Gender Neutralize Gender Neutralize
ID iekijanpfmnhhpkabojigmglmmfgknoa
URL Officiel https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa
Description De-gender language on the web
Taille du Fichier 43.21 KB
Nombre d'Installations 294
Version Actuelle 3.2.2
Dernière Mise à Jour 2021-12-14
Date de Publication 2018-07-14
Évaluation 4.00/5 Total 6 Évaluations
Développeur soph-iest
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/amity/gender-neutralize
URL de la Page d'Aide https://github.com/amity/gender-neutralize
URL de la Page de Politique de Confidentialité https://github.com/soph-iest/gender-neutralize
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gender Neutralize",
    "short_name": "De-Gender",
    "version": "3.2.2",
    "author": "Sophie Debs",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "replacement.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "description": "De-gender language on the web",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}