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
Co je Missed Gender?
Missed Gender je rozšíření Chrome vyvinuté axprin, a jeho hlavní funkcí je „Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Missed Gender
Stáhněte si soubory rozšíření Missed Gender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Missed Gender |
ID | dcpnbdkljbekmoamlbcidojnccbhlhin |
Oficiální URL | https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin |
Popis | Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as |
Velikost souboru | 51.5 KB |
Počet instalací | 421 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-06-14 |
Datum Vydání | 2017-06-13 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | axprin |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |