UKIP Goggles
Turn the Word Wide Web into little England.
Co to jest UKIP Goggles?
UKIP Goggles to rozszerzenie Chrome opracowane przez The Mirror, a jego główną funkcją jest „Turn the Word Wide Web into little England.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UKIP Goggles
Pobierz pliki rozszerzeń UKIP Goggles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | caennjdihheiajnbkplecmeooafkfjom |
Oficjalny URL | https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom |
Opis | Turn the Word Wide Web into little England. |
Rozmiar pliku | 96.2 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2014-11-21 |
Data Publikacji | 2014-11-21 |
Ocena | 2.60/5 Łącznie 10 Oceny |
Deweloper | The Mirror |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |