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

Τι είναι το Missed Gender;

Το Missed Gender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον axprin, και η κύρια λειτουργία του είναι "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Missed Gender

Λήψη αρχείων επέκτασης Missed Gender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Missed Gender Missed Gender
ID dcpnbdkljbekmoamlbcidojnccbhlhin
Επίσημο URL https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin
Περιγραφή Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Μέγεθος Αρχείου 51.5 KB
Αριθμός Εγκαταστάσεων 421
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-06-14
Ημερομηνία Δημοσίευσης 2017-06-13
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής axprin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}