Transgender to Ghost

replaces the word transgender with ghost

Co to jest Transgender to Ghost?

Transgender to Ghost to rozszerzenie Chrome opracowane przez kappklot, a jego główną funkcją jest „replaces the word transgender with ghost”.

Pobierz plik CRX rozszerzenia Transgender to Ghost

Pobierz pliki rozszerzeń Transgender to Ghost w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
Oficjalny URL https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Opis replaces the word transgender with ghost
Rozmiar pliku 3.52 KB
Liczba instalacji 33
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-02-02
Data Publikacji 2016-02-02
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper kappklot
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}