Kitty Helper

Upgrade your Crypto Kitties experience to stay ahead of the competition.

Qu'est-ce que Kitty Helper ?

Kitty Helper est une extension Chrome développée par Andy Groff, et sa fonction principale est "Upgrade your Crypto Kitties experience to stay ahead of the competition.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kitty Helper

Téléchargez les fichiers d'extension Kitty Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kitty Helper Kitty Helper
ID dceabgpbnaimhibdgjdhgbabiocgimhb
URL Officiel https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb
Description Upgrade your Crypto Kitties experience to stay ahead of the competition.
Taille du Fichier 283 KB
Nombre d'Installations 368
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-12-12
Date de Publication 2017-12-12
Évaluation 3.64/5 Total 14 Évaluations
Développeur Andy Groff
Type de Paiement free
Langues Prises en Charge 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'"
}