Brexit Filthifier

Replaces the word Brexit with a random bit of filth - by @QuantumPirate

Что такое Brexit Filthifier?

Brexit Filthifier - это расширение Chrome, разработанное QuantumPirate, и его основная функция - "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".

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

screenshot

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

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

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

                        Sick of seeing fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is.

v1.1
-Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing
-Also replaces any mention of "Trump" with a random insult                    

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

Название Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
Официальный URL https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
Описание Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Размер файла 23.97 KB
Количество установок 18
Текущая Версия 1.1
Последнее Обновление 2017-02-02
Дата публикации 2017-02-02
Рейтинг 4.88/5 Всего 8 оценок
Разработчик QuantumPirate
Тип оплаты free
Официальный сайт расширения https://twitter.com/QuantumPirate
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Filthifier",
    "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}