CryptoKitties Finder
Increase the experience of Crypto kitties with more Actions. Speed up your investments finding your lovely kitties.
Τι είναι το CryptoKitties Finder;
Το CryptoKitties Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Francesco Megna, και η κύρια λειτουργία του είναι "Increase the experience of Crypto kitties with more Actions. Speed up your investments finding your lovely kitties.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CryptoKitties Finder
Λήψη αρχείων επέκτασης CryptoKitties Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Increase productivity with this tools. Find kitties, compare, get genealogy and more actions with a fancy sidebar for Cryptokitties game. Dna tool is powerful for find the genealogy of kitties, compare and know the possible new cattributes of son with specific kitty. Also your can see the fancy kitties with the info colored in gold. Use the kitties' id for find same kitties in sale, get the median price and choose the right price for sale your lovely kitty, remove some cattributes and reload the search. The data used for convert ethereum to Dollar are updated on each conversion. Cattributes list is real time updated with the site, when a new cattributes is released you get immediatly on the sidebar. Use a fancy daily chart for monitorate the ethereum value and speed up your investment. The ethereum chart is powered from www.etherchain.org. Use the colors like traffic ligth for determine the rarity of cattributes: - Green: cattributes owned by less than 1500 kitties - Ligth green: cattributes owned by less than 10000 kitties - Orange: cattributes owned by less than 20000 kitties - Pink: cattributes owned by less than 60000 kitties - Red: cattributes owned by over than 60000 kitties The tools are expanding. Supports the project, the future is meow.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CryptoKitties Finder |
ID | fekkpefadofgnlkageinocamiapffnak |
Επίσημο URL | https://chromewebstore.google.com/detail/cryptokitties-finder/fekkpefadofgnlkageinocamiapffnak |
Περιγραφή | Increase the experience of Crypto kitties with more Actions. Speed up your investments finding your lovely kitties. |
Μέγεθος Αρχείου | 247 KB |
Αριθμός Εγκαταστάσεων | 140 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2018-04-05 |
Ημερομηνία Δημοσίευσης | 2018-04-05 |
Προγραμματιστής | Francesco Megna |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoKitties Finder", "short_name": "CryptoKitties Finder", "version": "1.0.2", "description": "Increase the experience of Crypto kitties with more Actions. Speed up your investments finding your lovely kitties.", "browser_action": { "default_title": "Trade with CryptoKitties", "default_popup": "popup.html" }, "icons": { "16": "resources\/icon_16x16px_violet.png", "48": "resources\/icon_48x48px_violet.png", "128": "resources\/icon_128x128px_perfect.png" }, "content_scripts": [ { "css": [ "library\/jquery-ui.min.css", "styles.css", "library\/bootstrap.min.css", "library\/bootstrap-treeview.css" ], "js": [ "library\/jquery-3.2.1.min.js", "library\/jquery-ui.min.js", "sidebar.js", "actions.js", "library\/bootstrap-treeview.js" ], "matches": [ "https:\/\/www.cryptokitties.co\/*" ] } ], "permissions": [ "https:\/\/www.etherchain.org\/" ] } |