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
公式URL 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
Eメール [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"
    }
}