UKIP Goggles

Turn the Word Wide Web into little England.

UKIP Goggles क्या है?

UKIP Goggles The Mirror द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn the Word Wide Web into little England."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UKIP Goggles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}