Cat Feed
Instead of friends, why not cats?
Cat Feed란 무엇입니까?
Cat Feed은(는) catscatscats에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instead of friends, why not cats?"입니다.
확장 프로그램 스크린샷
Cat Feed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |