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"
        }
    ]
}