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

Missed Genderとは何ですか?

Missed Genderはaxprinによって開発されたChromeの拡張機能で、その主な機能は「Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as」です。

拡張機能のスクリーンショット

screenshot

Missed Gender拡張機能のCRXファイルをダウンロード

Missed Gender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
公式URL https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
説明 Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
ファイルサイズ 51.5 KB
インストール数 421
現在のバージョン 1.0
最終更新日 2017-06-14
公開日 2017-06-13
評価 4.00/5 合計 4 レビュー
開発者 axprin
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}