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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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