Cat Feed
Instead of friends, why not cats?
Τι είναι το Cat Feed;
Το Cat Feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον catscatscats, και η κύρια λειτουργία του είναι "Instead of friends, why not cats?".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cat Feed
Λήψη αρχείων επέκτασης 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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 } |