UKIP Goggles

Turn the Word Wide Web into little England.

Vad är UKIP Goggles?

UKIP Goggles är en Chrome-tillägg utvecklad av The Mirror, och dess huvudfunktion är "Turn the Word Wide Web into little England.".

Tilläggsskärmbilder

screenshot

Ladda ner UKIP Goggles-förlängningens CRX-fil

Ladda ner UKIP Goggles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
Officiell webbadress https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom
Beskrivning Turn the Word Wide Web into little England.
Filstorlek 96.2 KB
Antal Installationer 31
Aktuell Version 1.3
Senast Uppdaterad 2014-11-21
Publiceringsdatum 2014-11-21
Betyg 2.60/5 Totalt 10 Betyg
Utvecklare The Mirror
Betalningssätt free
Stödda Språk 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
        }
    ]
}