CKBox

Advanced toolbox for CryptoKitties

什麼是CKBox?

CKBox是由https://www.ckbox.co開發的Chrome擴展程式,該擴展的主要功能是“Advanced toolbox for CryptoKitties”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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...                    

擴展基本資訊

名稱 CKBox CKBox
ID jkefllnpggoehndkogpdjndhfidgnchk
官方網址 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
    }
}