TTUN Replace

Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.

Что такое TTUN Replace?

TTUN Replace - это расширение Chrome, разработанное jstewart1759, и его основная функция - "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TTUN Replace

Скачайте файлы расширений TTUN Replace в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tired of seeing the na*e of the state that is north of Ohio?  The internet has long been a scary place for Ohio State fans - it is now safe again.                    

Основная информация о расширении

Название TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
Официальный URL https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Описание Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Размер файла 3.56 KB
Количество установок 120
Текущая Версия 1.0
Последнее Обновление 2016-11-26
Дата публикации 2016-11-26
Рейтинг 5.00/5 Всего 3 оценок
Разработчик jstewart1759
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTUN Replace",
    "description": "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}