UKIP Goggles

Turn the Word Wide Web into little England.

Что такое UKIP Goggles?

UKIP Goggles - это расширение Chrome, разработанное The Mirror, и его основная функция - "Turn the Word Wide Web into little England.".

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

screenshot

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

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

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

                        Scared of immigrants? Worried by facts? Tired of the whole modern Britain?
No problem.

Turn the Word Wide Web into little England.

This extension changes some of key words that appear in your browser to UKIP's truth, so that you too can now see the world as UKIP does.

Brought to you by the Mirror.                    

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

Название UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
Официальный URL https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom
Описание Turn the Word Wide Web into little England.
Размер файла 96.2 KB
Количество установок 31
Текущая Версия 1.3
Последнее Обновление 2014-11-21
Дата публикации 2014-11-21
Рейтинг 2.60/5 Всего 10 оценок
Разработчик The Mirror
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UKIP Goggles",
    "description": "Turn the Word Wide Web into little England.",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "ukip-goggles.css"
            ],
            "js": [
                "jquery-2-1-1.js",
                "jquery.replacetext.js",
                "burn.js",
                "ukip-goggles.js"
            ],
            "all_frames": true
        }
    ]
}