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
公式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
        }
    ]
}