Transgender to Ghost

replaces the word transgender with ghost

Τι είναι το Transgender to Ghost;

Το Transgender to Ghost είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kappklot, και η κύρια λειτουργία του είναι "replaces the word transgender with ghost".

Λήψη αρχείου CRX της επέκτασης Transgender to Ghost

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

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

                        What it sounds like.  Replaces the word "transgender" with the word "ghost".    Make the cis people in your life more comfortable.

Why: http://www.huffingtonpost.com/entry/more-americans-claim-to-have-seen-a-ghost-than-have-met-a-trans-person_us_5677fee5e4b014efe0d5ed62                    

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

Όνομα Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
Επίσημο URL https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Περιγραφή replaces the word transgender with ghost
Μέγεθος Αρχείου 3.52 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2016-02-02
Ημερομηνία Δημοσίευσης 2016-02-02
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής kappklot
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Transgender to Ghost",
    "description": "replaces the word transgender with ghost",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}