Cat Feed
Instead of friends, why not cats?
Cat Feedとは何ですか?
Cat Feedはcatscatscatsによって開発されたChromeの拡張機能で、その主な機能は「Instead of friends, why not cats?」です。
拡張機能のスクリーンショット
Cat Feed拡張機能のCRXファイルをダウンロード
Cat Feed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| 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
} | |