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
电子邮箱 [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"
    ]
}