UKIP Goggles

Turn the Word Wide Web into little England.

Co je UKIP Goggles?

UKIP Goggles je rozšíření Chrome vyvinuté The Mirror, a jeho hlavní funkcí je „Turn the Word Wide Web into little England.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UKIP Goggles

Stáhněte si soubory rozšíření UKIP Goggles ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
Oficiální URL https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom
Popis Turn the Word Wide Web into little England.
Velikost souboru 96.2 KB
Počet instalací 31
Aktuální Verze 1.3
Poslední Aktualizace 2014-11-21
Datum Vydání 2014-11-21
Hodnocení 2.60/5 Celkem 10 Hodnocení
Vývojář The Mirror
Typ Platby free
Podporované Jazyky 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
        }
    ]
}