Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

Что такое Tired of the world?

Tired of the world - это расширение Chrome, разработанное Russ Smith, и его основная функция - "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Скачать файл CRX расширения Tired of the world

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

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

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

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

Название Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
Официальный URL https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Описание Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Размер файла 3.64 KB
Количество установок 10
Текущая Версия 0.1
Последнее Обновление 2015-12-07
Дата публикации 2015-12-07
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Russ Smith
Тип оплаты free
URL страницы помощи https://twitter.com/russ_sm
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}