Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

What is Nigel to Kitten?

Nigel to Kitten is a Chrome extension developed by rtharrington, and its main feature is "Replaces pictures of Nigel Farage with pictures of kittens".

Extension Screenshots

screenshot

Download Nigel to Kitten Extension CRX File

Download Nigel to Kitten 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

                        That's pretty much all there is to say about that.                    

Extension Basic Information

Name Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
Official URL https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
Description Replaces pictures of Nigel Farage with pictures of kittens
File Size 3.65 KB
Installation Count 17
Current Version 1.0.0
Last Updated 2016-06-25
Publish Date 2016-06-24
Rating 1.00/5 Total 1 Ratings
Developer rtharrington
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigel to Kitten",
    "short_name": "N2K",
    "version": "1.0.0",
    "description": "Replaces pictures of Nigel Farage with pictures of kittens",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}