Transgender to Ghost

replaces the word transgender with ghost

Co je Transgender to Ghost?

Transgender to Ghost je rozšíření Chrome vyvinuté kappklot, a jeho hlavní funkcí je „replaces the word transgender with ghost“.

Stáhnout soubor CRX rozšíření Transgender to Ghost

Stáhněte si soubory rozšíření Transgender to Ghost ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
Oficiální URL https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Popis replaces the word transgender with ghost
Velikost souboru 3.52 KB
Počet instalací 33
Aktuální Verze 0.1
Poslední Aktualizace 2016-02-02
Datum Vydání 2016-02-02
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář kappklot
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}