Cat Feed

Instead of friends, why not cats?

Cos'è Cat Feed?

Cat Feed è un'estensione di Chrome sviluppata da catscatscats, e la sua funzione principale è "Instead of friends, why not cats?".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cat Feed

Scarica i file di estensione Cat Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cat Feed Cat Feed
ID naecimmjiapcbkndhcnjcjalkibkfddi
URL Ufficiale https://chromewebstore.google.com/detail/cat-feed/naecimmjiapcbkndhcnjcjalkibkfddi
Descrizione Instead of friends, why not cats?
Dimensione del File 473 KB
Conteggio Installazioni 197
Versione Corrente 1.3
Ultimo Aggiornamento 2015-10-14
Data di Pubblicazione 2015-10-13
Valutazione 4.30/5 Totale 10 Valutazioni
Sviluppatore catscatscats
Tipo di Pagamento free
Sito Web dell'Estensione http://saraclayton.co/catfeed/index.html
Lingue Supportate 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
}