CKBox

Advanced toolbox for CryptoKitties

Wat is CKBox?

CKBox is een Chrome-extensie ontwikkeld door https://www.ckbox.co, en de belangrijkste functie is "Advanced toolbox for CryptoKitties".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CKBox

Download CKBox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CKBox CKBox
ID jkefllnpggoehndkogpdjndhfidgnchk
Officiële URL https://chromewebstore.google.com/detail/ckbox/jkefllnpggoehndkogpdjndhfidgnchk
Beschrijving Advanced toolbox for CryptoKitties
Bestandsgrootte 153 KB
Aantal Installaties 1,027
Huidige Versie 0.32.22
Laatst Bijgewerkt 2023-12-10
Publicatiedatum 2020-06-24
Beoordeling 4.90/5 Totaal 10 Beoordelingen
Ontwikkelaar https://www.ckbox.co
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}