Cat Feed

Instead of friends, why not cats?

什么是Cat Feed?

Cat Feed是由catscatscats开发的Chrome扩展程序,该扩展的主要功能是“Instead of friends, why not cats?”。

扩展截图

screenshot
screenshot

下载Cat Feed扩展crx文件

下载Cat Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Cat Feed Cat Feed
ID naecimmjiapcbkndhcnjcjalkibkfddi
官方URL https://chromewebstore.google.com/detail/cat-feed/naecimmjiapcbkndhcnjcjalkibkfddi
简介 Instead of friends, why not cats?
文件大小 473 KB
安装次数 197
当前版本 1.3
更新时间 2015-10-14
上架时间 2015-10-13
评分 4.30/5 共10次评分
开发者 catscatscats
付费类型 free
扩展官网 http://saraclayton.co/catfeed/index.html
支持的语言 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
}