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 là gì?

Missed Gender là một tiện ích mở rộng Chrome được phát triển bởi axprin, và tính năng chính của nó là "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Missed Gender

Tải xuống các tệp mở rộng Missed Gender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
URL Chính Thức https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
Mô tả Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Kích Thước Tệp 51.5 KB
Số Lần Cài Đặt 421
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-14
Ngày Phát Hành 2017-06-13
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển axprin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}