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
官方網址 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
}