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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}