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

What is Missed Gender?

Missed Gender is a Chrome extension developed by axprin, and its main feature is "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Extension Screenshots

screenshot

Download Missed Gender Extension CRX File

Download Missed Gender 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

                        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.                    

Extension Basic Information

Name Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
Official URL 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
File Size 51.5 KB
Installation Count 421
Current Version 1.0
Last Updated 2017-06-14
Publish Date 2017-06-13
Rating 4.00/5 Total 4 Ratings
Developer axprin
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": "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"
    ]
}