CKBox
Advanced toolbox for CryptoKitties
什么是CKBox?
CKBox是由https://www.ckbox.co开发的Chrome扩展程序,该扩展的主要功能是“Advanced toolbox for CryptoKitties”。
扩展截图
下载CKBox扩展crx文件
下载CKBox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Get your CryptoKitties out of the box!
CK Box is a set of additions to CryptoKitties website. 
- Hidden genes
- Kitty history
- Breeding probabilities
- Cattribute charts and stats
- Jewels in market/profile list
- Cattributes popup right on kitty
- More cool stuff
The future is meow...                     扩展基本信息
| 名称 |   |  
| ID | jkefllnpggoehndkogpdjndhfidgnchk | 
| 官方URL | https://chromewebstore.google.com/detail/ckbox/jkefllnpggoehndkogpdjndhfidgnchk | 
| 简介 | Advanced toolbox for CryptoKitties | 
| 文件大小 | 153 KB | 
| 安装次数 | 1,027 | 
| 当前版本 | 0.32.22 | 
| 更新时间 | 2023-12-10 | 
| 上架时间 | 2020-06-24 | 
| 评分 | 4.90/5 共10次评分 | 
| 开发者 | https://www.ckbox.co | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CKBox",
    "short_name": "CKBox",
    "version": "0.32.22",
    "description": "Advanced toolbox for CryptoKitties",
    "permissions": [
        "storage",
        "https:\/\/*.ckbox.co\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cryptokitties.co\/*"
            ],
            "css": [
                "ckbox.css"
            ],
            "js": [
                "ckbox.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "CKBox 0.32.22"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true
    }
}  |  |