Dead Namerator

Replaces dead name & pronouns

什麼是Dead Namerator?

Dead Namerator是由developerlady21開發的Chrome擴展程式,該擴展的主要功能是“Replaces dead name & pronouns”。

擴展截圖

screenshot

下載Dead Namerator擴展crx文件

下載Dead Namerator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Dead Namerator Dead Namerator
ID ajbpjdjclfjiicggiefackmnhinigdgm
官方網址 https://chromewebstore.google.com/detail/dead-namerator/ajbpjdjclfjiicggiefackmnhinigdgm
簡介 Replaces dead name & pronouns
檔案大小 57.24 KB
安裝次數 164
目前版本 0.1
更新時間 2021-11-16
上架時間 2021-11-16
評分 3.25/5 共 4 次評分
開發者 developerlady21
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}