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
Hvad er Missed Gender?
Missed Gender er en Chrome-udvidelse udviklet af axprin, og dens hovedfunktion er "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".
Udvidelsesskærmbilleder
Download Missed Gender-udvidelses-CRX-fil
Download Missed Gender-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Missed Gender |
ID | dcpnbdkljbekmoamlbcidojnccbhlhin |
Officiel URL | https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin |
Beskrivelse | Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as |
Filstørrelse | 51.5 KB |
Antal Installationer | 421 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-06-14 |
Udgivelsesdato | 2017-06-13 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | axprin |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |