Dead Namerator

Replaces dead name & pronouns

Dead Namerator là gì?

Dead Namerator là một tiện ích mở rộng Chrome được phát triển bởi developerlady21, và tính năng chính của nó là "Replaces dead name & pronouns".

Ả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 Dead Namerator

Tải xuống các tệp mở rộng Dead Namerator 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

                        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.                    

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

Tên Dead Namerator Dead Namerator
ID ajbpjdjclfjiicggiefackmnhinigdgm
URL Chính Thức https://chromewebstore.google.com/detail/dead-namerator/ajbpjdjclfjiicggiefackmnhinigdgm
Mô tả Replaces dead name & pronouns
Kích Thước Tệp 57.24 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-11-16
Ngày Phát Hành 2021-11-16
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển developerlady21
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": "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"
    }
}