The Internet Needs More Cats

replace every image with a cat

What is The Internet Needs More Cats?

The Internet Needs More Cats is a Chrome extension developed by https://nolandchaliha.com, and its main feature is "replace every image with a cat".

Download The Internet Needs More Cats Extension CRX File

Download The Internet Needs More Cats 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

                        Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.                    

Extension Basic Information

Name The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
Official URL https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Description replace every image with a cat
File Size 43.21 KB
Installation Count 354
Current Version 0.1
Last Updated 2015-02-09
Publish Date 2015-02-08
Rating 4.75/5 Total 8 Ratings
Developer https://nolandchaliha.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Internet Needs More Cats",
    "version": "0.1",
    "description": "replace every image with a cat",
    "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": "cat"
    },
    "author": "Noland Chaliha",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}