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
官方網址 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
電子郵箱 [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"
    ]
}