Kitty Helper

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

Kitty Helper क्या है?

Kitty Helper Andy Groff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrade your Crypto Kitties experience to stay ahead of the competition."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kitty Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Kitty Helper Kitty Helper
ID dceabgpbnaimhibdgjdhgbabiocgimhb
आधिकारिक URL https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb
विवरण Upgrade your Crypto Kitties experience to stay ahead of the competition.
फ़ाइल का आकार 283 KB
स्थापना संख्या 368
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-12-12
प्रकाशन तिथि 2017-12-12
रेटिंग 3.64/5 कुल 14 रेटिंग्स
डेवलपर Andy Groff
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}