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 هو إضافة Chrome تم تطويرها بواسطة axprin، والميزة الرئيسية لها هي "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Missed Gender

قم بتنزيل ملفات الامتداد Missed Gender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}