The Ungender

Replace gender-specific with gender-neutral pronouns

What is The Ungender?

The Ungender is a Chrome extension developed by andreas.s.t.jansson, and its main feature is "Replace gender-specific with gender-neutral pronouns".

Extension Screenshots

screenshot
screenshot

Download The Ungender Extension CRX File

Download The Ungender 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

                        The Ungender replaces pronouns as follows: she -> ze, he -> ze, her -> zir, him -> zir, his -> zir, hers ->: zirs, his -> zirs, herself -> zirself, himself -> zirself

Source code at https://github.com/andreasjansson/the-ungender. Inspired by dhen.se                    

Extension Basic Information

Name The Ungender The Ungender
ID blfboedipjpaphkkdoddffpnfjknfeda
Official URL https://chromewebstore.google.com/detail/the-ungender/blfboedipjpaphkkdoddffpnfjknfeda
Description Replace gender-specific with gender-neutral pronouns
File Size 4.42 KB
Installation Count 13
Current Version 0.1
Last Updated 2012-11-04
Publish Date 2012-11-04
Rating 3.00/5 Total 1 Ratings
Developer andreas.s.t.jansson
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Ungender",
    "version": "0.1",
    "description": "Replace gender-specific with gender-neutral pronouns",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2
}