Dead Namerator

Replaces dead name & pronouns

What is Dead Namerator?

Dead Namerator is a Chrome extension developed by developerlady21, and its main feature is "Replaces dead name & pronouns".

Extension Screenshots

screenshot

Download Dead Namerator Extension CRX File

Download Dead Namerator 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

                        This is a simple extension that replaces a person's dead name and pronouns with their actual name and pronouns. There are many trans kids out there who may be unable to change their legal name or to come out at all, and have to look at their dead name whenever they access school or medical records. Though there are already a few examples of this kind of extension available, I wanted to add in a pronoun replacement as well, which I didn't see in other extensions.

Use the options page to fill out your dead name and pronouns and actual name and pronouns.                    

Extension Basic Information

Name Dead Namerator Dead Namerator
ID ajbpjdjclfjiicggiefackmnhinigdgm
Official URL https://chromewebstore.google.com/detail/dead-namerator/ajbpjdjclfjiicggiefackmnhinigdgm
Description Replaces dead name & pronouns
File Size 57.24 KB
Installation Count 164
Current Version 0.1
Last Updated 2021-11-16
Publish Date 2021-11-16
Rating 3.25/5 Total 4 Ratings
Developer developerlady21
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dead Namerator",
    "description": "Replaces dead name & pronouns",
    "version": "0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "main-content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "128": "images\/heart.png"
    }
}