Transgender to Ghost

replaces the word transgender with ghost

Wat is Transgender to Ghost?

Transgender to Ghost is een Chrome-extensie ontwikkeld door kappklot, en de belangrijkste functie is "replaces the word transgender with ghost".

Download het CRX-bestand van de extensie Transgender to Ghost

Download Transgender to Ghost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
Officiële URL https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Beschrijving replaces the word transgender with ghost
Bestandsgrootte 3.52 KB
Aantal Installaties 33
Huidige Versie 0.1
Laatst Bijgewerkt 2016-02-02
Publicatiedatum 2016-02-02
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar kappklot
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}