UKIP Goggles
Turn the Word Wide Web into little England.
UKIP Gogglesคืออะไร?
UKIP Goggles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Mirror และคุณลักษณะหลักของมันคือ "Turn the Word Wide Web into little England."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UKIP Goggles
ดาวน์โหลดไฟล์ส่วนขยาย UKIP Goggles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | caennjdihheiajnbkplecmeooafkfjom |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ukip-goggles/caennjdihheiajnbkplecmeooafkfjom |
คำอธิบาย | Turn the Word Wide Web into little England. |
ขนาดไฟล์ | 96.2 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2014-11-21 |
วันที่เผยแพร่ | 2014-11-21 |
คะแนน | 2.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | The Mirror |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } ] } |