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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UKIP Goggles

قم بتنزيل ملفات الامتداد UKIP Goggles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
        }
    ]
}