UKIP Goggles
Turn the Word Wide Web into little England.
Apa itu UKIP Goggles?
UKIP Goggles adalah ekstensi Chrome yang dikembangkan oleh The Mirror, dan fitur utamanya adalah "Turn the Word Wide Web into little England.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UKIP Goggles
Unduh file ekstensi UKIP Goggles dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | caennjdihheiajnbkplecmeooafkfjom |
URL Resmi | https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom |
Deskripsi | Turn the Word Wide Web into little England. |
Ukuran File | 96.2 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2014-11-21 |
Tanggal Publikasi | 2014-11-21 |
Penilaian | 2.60/5 Total 10 Penilaian |
Pengembang | The Mirror |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |