Gender Neutralize

De-gender language on the web

What is Gender Neutralize?

Gender Neutralize is a Chrome extension developed by soph-iest, and its main feature is "De-gender language on the web".

Extension Screenshots

screenshot

Download Gender Neutralize Extension CRX File

Download Gender Neutralize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gender Neutralize Gender Neutralize
ID iekijanpfmnhhpkabojigmglmmfgknoa
Official URL https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa
Description De-gender language on the web
File Size 43.21 KB
Installation Count 294
Current Version 3.2.2
Last Updated 2021-12-14
Publish Date 2018-07-14
Rating 4.00/5 Total 6 Ratings
Developer soph-iest
Email [email protected]
Payment Type free
Extension Website https://github.com/amity/gender-neutralize
Help Page URL https://github.com/amity/gender-neutralize
Privacy Policy Page URL https://github.com/soph-iest/gender-neutralize
Supported Languages 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
    }
}