Kitty Helper

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

什麼是Kitty Helper?

Kitty Helper是由Andy Groff開發的Chrome擴展程式,該擴展的主要功能是“Upgrade your Crypto Kitties experience to stay ahead of the competition.”。

擴展截圖

screenshot

下載Kitty Helper擴展crx文件

下載Kitty Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}