UKIP Goggles

Turn the Word Wide Web into little England.

Qu'est-ce que UKIP Goggles ?

UKIP Goggles est une extension Chrome développée par The Mirror, et sa fonction principale est "Turn the Word Wide Web into little England.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UKIP Goggles

Téléchargez les fichiers d'extension UKIP Goggles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
URL Officiel https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom
Description Turn the Word Wide Web into little England.
Taille du Fichier 96.2 KB
Nombre d'Installations 31
Version Actuelle 1.3
Dernière Mise à Jour 2014-11-21
Date de Publication 2014-11-21
Évaluation 2.60/5 Total 10 Évaluations
Développeur The Mirror
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}