UKIP Goggles
Turn the Word Wide Web into little England.
Wat is UKIP Goggles?
UKIP Goggles is een Chrome-extensie ontwikkeld door The Mirror, en de belangrijkste functie is "Turn the Word Wide Web into little England.".
Extensie Screenshots
Download het CRX-bestand van de extensie UKIP Goggles
Download UKIP Goggles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | caennjdihheiajnbkplecmeooafkfjom |
Officiële URL | https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom |
Beschrijving | Turn the Word Wide Web into little England. |
Bestandsgrootte | 96.2 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2014-11-21 |
Publicatiedatum | 2014-11-21 |
Beoordeling | 2.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | The Mirror |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |