CKBox

Advanced toolbox for CryptoKitties

Apa itu CKBox?

CKBox adalah ekstensi Chrome yang dikembangkan oleh https://www.ckbox.co, dan fitur utamanya adalah "Advanced toolbox for CryptoKitties".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CKBox

Unduh file ekstensi CKBox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CKBox CKBox
ID jkefllnpggoehndkogpdjndhfidgnchk
URL Resmi https://chromewebstore.google.com/detail/ckbox/jkefllnpggoehndkogpdjndhfidgnchk
Deskripsi Advanced toolbox for CryptoKitties
Ukuran File 153 KB
Jumlah Instalasi 1,027
Versi Saat Ini 0.32.22
Terakhir Diperbarui 2023-12-10
Tanggal Publikasi 2020-06-24
Penilaian 4.90/5 Total 10 Penilaian
Pengembang https://www.ckbox.co
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}