UKIP Goggles

Turn the Word Wide Web into little England.

What is UKIP Goggles?

UKIP Goggles is a Chrome extension developed by The Mirror, and its main feature is "Turn the Word Wide Web into little England.".

Extension Screenshots

screenshot

Download UKIP Goggles Extension CRX File

Download UKIP Goggles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
Official URL https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom
Description Turn the Word Wide Web into little England.
File Size 96.2 KB
Installation Count 31
Current Version 1.3
Last Updated 2014-11-21
Publish Date 2014-11-21
Rating 2.60/5 Total 10 Ratings
Developer The Mirror
Payment Type free
Supported Languages 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
        }
    ]
}