Nigelify

Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.

What is Nigelify?

Nigelify is a Chrome extension developed by Luke Wright, and its main feature is "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nigelify Extension CRX File

Download Nigelify 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

                        A simple extension that with the click of a button replaces all images on the current page with gifs of Nigel Thornberry. Intended to make your browsing experience one million times better.                    

Extension Basic Information

Name Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
Official URL https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Description Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
File Size 36 KB
Installation Count 47
Current Version 0.2
Last Updated 2013-09-19
Publish Date 2013-09-18
Rating 4.25/5 Total 8 Ratings
Developer Luke Wright
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigelify",
    "version": "0.2",
    "default_local": "en",
    "description": "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "nigelify"
    },
    "author": "Luke Wright",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}