Kitty Helper

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

Vad är Kitty Helper?

Kitty Helper är en Chrome-tillägg utvecklad av Andy Groff, och dess huvudfunktion är "Upgrade your Crypto Kitties experience to stay ahead of the competition.".

Tilläggsskärmbilder

screenshot

Ladda ner Kitty Helper-förlängningens CRX-fil

Ladda ner Kitty Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Kitty Helper Kitty Helper
ID dceabgpbnaimhibdgjdhgbabiocgimhb
Officiell webbadress https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb
Beskrivning Upgrade your Crypto Kitties experience to stay ahead of the competition.
Filstorlek 283 KB
Antal Installationer 368
Aktuell Version 1.0.0
Senast Uppdaterad 2017-12-12
Publiceringsdatum 2017-12-12
Betyg 3.64/5 Totalt 14 Betyg
Utvecklare Andy Groff
Betalningssätt free
Stödda Språk 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'"
}