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
Apa itu Missed Gender?
Missed Gender adalah ekstensi Chrome yang dikembangkan oleh axprin, dan fitur utamanya adalah "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Missed Gender
Unduh file ekstensi Missed Gender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Missed Gender |
ID | dcpnbdkljbekmoamlbcidojnccbhlhin |
URL Resmi | https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin |
Deskripsi | Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as |
Ukuran File | 51.5 KB |
Jumlah Instalasi | 421 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-14 |
Tanggal Publikasi | 2017-06-13 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | axprin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |