Cat Feed

Instead of friends, why not cats?

What is Cat Feed?

Cat Feed is a Chrome extension developed by catscatscats, and its main feature is "Instead of friends, why not cats?".

Extension Screenshots

screenshot
screenshot

Download Cat Feed Extension CRX File

Download Cat Feed 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

                        Let's face it, Facebook is distracting. But what if there was a way to minimize this distraction while still being just as entertained?

Cue Cat Feed. Cat Feed, adapted from the Kill News Feed extension, is a Chrome extension that replaces all of that white noise from your friends and family and replaces it with a hilarious gif of a cat. After all, who needs friends when you have cats?

That's all there is to it! Start getting stuff done AND stay entertained right meow!                    

Extension Basic Information

Name Cat Feed Cat Feed
ID naecimmjiapcbkndhcnjcjalkibkfddi
Official URL https://chromewebstore.google.com/detail/cat-feed/naecimmjiapcbkndhcnjcjalkibkfddi
Description Instead of friends, why not cats?
File Size 473 KB
Installation Count 197
Current Version 1.3
Last Updated 2015-10-14
Publish Date 2015-10-13
Rating 4.30/5 Total 10 Ratings
Developer catscatscats
Payment Type free
Extension Website http://saraclayton.co/catfeed/index.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cat Feed",
    "version": "1.3",
    "description": "Instead of friends, why not cats?",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "cats.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-nyan16.png",
        "48": "images\/icon-nyan48.png",
        "128": "images\/icon-nyan128.png"
    },
    "manifest_version": 2
}