Needz Moar Kitten

Unleash kitten cuteness in your browser!

What is Needz Moar Kitten?

Needz Moar Kitten is a Chrome extension developed by Kanon Lo, and its main feature is "Unleash kitten cuteness in your browser!".

Extension Screenshots

screenshot
screenshot

Download Needz Moar Kitten Extension CRX File

Download Needz Moar 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

                        Life got you down? Tired of looking at images that aren't kittens? Well congratulations buddy, you've come to the right place! This extension will temporarily point all IMG tags in the active tab to kittens!

Needz Moar Kitten will not replace images shown via the stylesheet background property which begs the question—will this image change or not? Will I hit the API limit? Who knows?! Click and find out!

Images are provided by the cool people at @Flickr.

NOTE: Images are from Flickr that are tagged as 'kitten' or 'cat'. Because of this there is a possibility that images displayed may be not safe for work. Flickr does provide a 'safe search' flag but I've found that does not catch everything—use at your own risk!                    

Extension Basic Information

Name Needz Moar Kitten Needz Moar Kitten
ID haeehfeeoimbldmkcfkbkkgplgdmllgb
Official URL https://chromewebstore.google.com/detail/needz-moar-kitten/haeehfeeoimbldmkcfkbkkgplgdmllgb
Description Unleash kitten cuteness in your browser!
File Size 55.46 KB
Installation Count 35
Current Version 0.0.21
Last Updated 2017-06-13
Publish Date 2017-06-13
Rating 5.00/5 Total 1 Ratings
Developer Kanon Lo
Payment Type free
Supported Languages en
manifest.json
{
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "description": "Unleash kitten cuteness in your browser!",
    "manifest_version": 2,
    "name": "Needz Moar Kitten",
    "author": "Kanon Lo",
    "permissions": [
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.21"
}