UKIP Goggles
Turn the Word Wide Web into little England.
UKIP Goggles là gì?
UKIP Goggles là một tiện ích mở rộng Chrome được phát triển bởi The Mirror, và tính năng chính của nó là "Turn the Word Wide Web into little England.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UKIP Goggles
Tải xuống các tệp mở rộng UKIP Goggles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | caennjdihheiajnbkplecmeooafkfjom |
URL Chính Thức | https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom |
Mô tả | Turn the Word Wide Web into little England. |
Kích Thước Tệp | 96.2 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2014-11-21 |
Ngày Phát Hành | 2014-11-21 |
Đánh Giá | 2.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | The Mirror |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |