UKIP Goggles

Turn the Word Wide Web into little England.

什麼是UKIP Goggles?

UKIP Goggles是由The Mirror開發的Chrome擴展程式,該擴展的主要功能是“Turn the Word Wide Web into little England.”。

擴展截圖

screenshot

下載UKIP Goggles擴展crx文件

下載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.                    

擴展基本資訊

名稱 UKIP Goggles UKIP Goggles
ID caennjdihheiajnbkplecmeooafkfjom
官方網址 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
        }
    ]
}