Transgender to Ghost

replaces the word transgender with ghost

Cos'è Transgender to Ghost?

Transgender to Ghost è un'estensione di Chrome sviluppata da kappklot, e la sua funzione principale è "replaces the word transgender with ghost".

Scarica il file CRX dell'estensione Transgender to Ghost

Scarica i file di estensione Transgender to Ghost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
URL Ufficiale https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Descrizione replaces the word transgender with ghost
Dimensione del File 3.52 KB
Conteggio Installazioni 33
Versione Corrente 0.1
Ultimo Aggiornamento 2016-02-02
Data di Pubblicazione 2016-02-02
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore kappklot
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}