UKIP Goggles

Turn the Word Wide Web into little England.

Cos'è UKIP Goggles?

UKIP Goggles è un'estensione di Chrome sviluppata da The Mirror, e la sua funzione principale è "Turn the Word Wide Web into little England.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UKIP Goggles

Scarica i file di estensione UKIP Goggles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
URL Ufficiale https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom
Descrizione Turn the Word Wide Web into little England.
Dimensione del File 96.2 KB
Conteggio Installazioni 31
Versione Corrente 1.3
Ultimo Aggiornamento 2014-11-21
Data di Pubblicazione 2014-11-21
Valutazione 2.60/5 Totale 10 Valutazioni
Sviluppatore The Mirror
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}