Kitty Helper

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

Kitty Helper là gì?

Kitty Helper là một tiện ích mở rộng Chrome được phát triển bởi Andy Groff, và tính năng chính của nó là "Upgrade your Crypto Kitties experience to stay ahead of the competition.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kitty Helper

Tải xuống các tệp mở rộng Kitty Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kitty Helper Kitty Helper
ID dceabgpbnaimhibdgjdhgbabiocgimhb
URL Chính Thức https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb
Mô tả Upgrade your Crypto Kitties experience to stay ahead of the competition.
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 368
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-12-12
Ngày Phát Hành 2017-12-12
Đánh Giá 3.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Andy Groff
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}