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
Wat is Missed Gender?
Missed Gender is een Chrome-extensie ontwikkeld door axprin, en de belangrijkste functie is "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".
Extensie Screenshots
Download het CRX-bestand van de extensie Missed Gender
Download Missed Gender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Missed Gender |
ID | dcpnbdkljbekmoamlbcidojnccbhlhin |
Officiële URL | https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin |
Beschrijving | Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as |
Bestandsgrootte | 51.5 KB |
Aantal Installaties | 421 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-06-14 |
Publicatiedatum | 2017-06-13 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | axprin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |