Cat Feed
Instead of friends, why not cats?
O que é Cat Feed?
Cat Feed é uma extensão do Chrome desenvolvida por catscatscats, e sua principal característica é "Instead of friends, why not cats?".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cat Feed
Baixe arquivos de extensão Cat Feed no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Cat Feed |
ID | naecimmjiapcbkndhcnjcjalkibkfddi |
URL Oficial | https://chromewebstore.google.com/detail/cat-feed/naecimmjiapcbkndhcnjcjalkibkfddi |
Descrição | Instead of friends, why not cats? |
Tamanho do Arquivo | 473 KB |
Contagem de Instalações | 197 |
Versão Atual | 1.3 |
Última Atualização | 2015-10-14 |
Data de Publicação | 2015-10-13 |
Classificação | 4.30/5 Total de 10 Avaliações |
Desenvolvedor | catscatscats |
Tipo de Pagamento | free |
Site da Extensão | http://saraclayton.co/catfeed/index.html |
Idiomas Suportados | 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 } |