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
Was ist Missed Gender?
Missed Gender ist eine Chrome-Erweiterung, die von axprin entwickelt wurde, und ihr Hauptmerkmal ist "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".
Erweiterungsscreenshots
Missed Gender-Erweiterungs-CRX-Datei herunterladen
Laden Sie Missed Gender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Missed Gender |
ID | dcpnbdkljbekmoamlbcidojnccbhlhin |
Offizielle URL | https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin |
Beschreibung | Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as |
Dateigröße | 51.5 KB |
Installationsanzahl | 421 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-06-14 |
Veröffentlichungsdatum | 2017-06-13 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | axprin |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |