CryptoKitties Finder

CryptoKitties Finder

Increase the experience of Crypto kitties with more Actions. Speed up your investments finding your lovely kitties.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CryptoKitties Finder",
  "short_name": "CryptoKitties Finder",
  "version": "1.0.2",
  "description": "Increase the experience of Crypto kitties with more Actions. Speed up your investments finding your lovely kitties.",
  "browser_action": {
    "default_title": "Trade with CryptoKitties",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "resources/icon_16x16px_violet.png",
    "48": "resources/icon_48x48px_violet.png",
    "128": "resources/icon_128x128px_perfect.png"
  },
  "content_scripts": [
    {
      "css": [
        "library/jquery-ui.min.css",
        "styles.css",
        "library/bootstrap.min.css",
        "library/bootstrap-treeview.css"
      ],
      "js": [
        "library/jquery-3.2.1.min.js",
        "library/jquery-ui.min.js",
        "sidebar.js",
        "actions.js",
        "library/bootstrap-treeview.js"
      ],
      "matches": [
        "https://www.cryptokitties.co/*"
      ]
    }
  ],
  "permissions": [
    "https://www.etherchain.org/"
  ]
}