Cat Feed

Instead of friends, why not cats?

Cat Feed क्या है?

Cat Feed catscatscats द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instead of friends, why not cats?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cat Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}