Cat Feed

Instead of friends, why not cats?

Cat Feedคืออะไร?

Cat Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย catscatscats และคุณลักษณะหลักของมันคือ "Instead of friends, why not cats?"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cat Feed

ดาวน์โหลดไฟล์ส่วนขยาย 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
}