UKItten

Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.

What is UKItten?

UKItten is a Chrome extension developed by tomroyaldotcom, and its main feature is "Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.".

Extension Screenshots

screenshot

Download UKItten Extension CRX File

Download UKItten extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replaces images of Nigel Farage or related to UKIP with photographs of kittens. 

Because kittens > UKIP.

Brought to you by www.teaandkittens.co.uk                    

Extension Basic Information

Name UKItten UKItten
ID emilnmiaddhlfpidckmgkdiponidpeje
Official URL https://chromewebstore.google.com/detail/ukitten/emilnmiaddhlfpidckmgkdiponidpeje
Description Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.
File Size 23.82 KB
Installation Count 433
Current Version 1.0.1
Last Updated 2016-07-05
Publish Date 2016-07-04
Rating 4.78/5 Total 45 Ratings
Developer tomroyaldotcom
Email [email protected]
Payment Type free
Extension Website http://www.teaandkittens.co.uk
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UKItten",
    "description": "Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.",
    "version": "1.0.1",
    "permissions": [
        "http:\/\/www.teaandkittens.co.uk\/"
    ],
    "icons": {
        "48": "uk48.png",
        "128": "uk128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "defarage.js"
            ]
        }
    ]
}