Chither.com - insane slither io bots !

Chither.com - insane slither io bots !

This extension lets you use chither.com bots in slither.io and add some stuff on agar.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "Chither.com - insane slither.io bots and agar features !"
  },
  "content_scripts": [
    {
      "js": [
        "agario/jquery.js",
        "agario/aes.js",
        "agario/content.js"
      ],
      "matches": [
        "http://agar.io/",
        "http://agar.io/?",
        "http://agar.io/index.html",
        "https://agar.io/",
        "https://agar.io/?"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "css": [
        "ui.css"
      ],
      "matches": [
        "http://slither.io/",
        "http://slither.io/?",
        "http://slither.io/index.html",
        "https://slither.io/",
        "https://slither.io/?"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "This extension lets you use chither.com bots in slither.io and add some stuff on agar.io",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "js/jquery.js",
    "js/chitherclient.js",
    "agario/dominjector.js",
    "agario/jquery.js",
    "agario/overlay/*",
    "agario/aes.js",
    "cellsh_banner_slither.png"
  ],
  "manifest_version": 2,
  "name": "Chither.com - insane slither io bots !",
  "permissions": [
    "cookies",
    "http://slither.io/*",
    "https://slither.io/*",
    "http://agar.io/*",
    "https://agar.io/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.25"
}