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

Vad är Missed Gender?

Missed Gender är en Chrome-tillägg utvecklad av axprin, och dess huvudfunktion är "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Tilläggsskärmbilder

screenshot

Ladda ner Missed Gender-förlängningens CRX-fil

Ladda ner Missed Gender-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
Officiell webbadress https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
Beskrivning Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Filstorlek 51.5 KB
Antal Installationer 421
Aktuell Version 1.0
Senast Uppdaterad 2017-06-14
Publiceringsdatum 2017-06-13
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare axprin
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}