Kitty Helper
Upgrade your Crypto Kitties experience to stay ahead of the competition.
Cos'è Kitty Helper?
Kitty Helper è un'estensione di Chrome sviluppata da Andy Groff, e la sua funzione principale è "Upgrade your Crypto Kitties experience to stay ahead of the competition.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kitty Helper
Scarica i file di estensione Kitty Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Kitty Helper is your one stop shop for upgrading your experience on the Crypto Kitties platform. Keep ahead of the competition with a custom rarity scoring algorithm, convert prices to USD on hover, and view every kitties rarest traits instantly. This is currently a Beta release but stay tuned as many more features are coming soon! Kitty Helper is 100% free and open source software - a labor of love. The code is available here: https://github.com/agroff/kitty-helper
Informazioni di Base sull'Estensione
Nome | Kitty Helper |
ID | dceabgpbnaimhibdgjdhgbabiocgimhb |
URL Ufficiale | https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb |
Descrizione | Upgrade your Crypto Kitties experience to stay ahead of the competition. |
Dimensione del File | 283 KB |
Conteggio Installazioni | 368 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-12-12 |
Data di Pubblicazione | 2017-12-12 |
Valutazione | 3.64/5 Totale 14 Valutazioni |
Sviluppatore | Andy Groff |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Upgrade your Crypto Kitties experience to stay ahead of the competition.", "version": "1.0.0", "name": "Kitty Helper", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.cryptokitties.co\/*" ], "js": [ "jquery.bundle.js", "cryptokittiescontent.bundle.js" ] } ], "permissions": [ "http:\/\/104.236.1.36\/" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |