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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Missed Gender
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |