Slither.io Mods, Zoom, Unlock Skins, Bots

Slither.io Mods, Zoom, Unlock Skins, Bots

The Best Mod and Extension for Slither.io! Mod Zoom, Play with Friends, Skins, Custom Skins, Bots

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "http://slither-io.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "menu.html"
  },
  "content_scripts": [
    {
      "js": [
        "inject.js"
      ],
      "matches": [
        "*://slither.io/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "images/Icon-16.png",
    "32": "images/Icon-32.png",
    "48": "images/Icon-48.png",
    "128": "images/Icon-128.png"
  },
  "description": "The Best Mod and Extension for Slither.io! Mod Zoom, Play with Friends, Skins, Custom Skins, Bots",
  "name": "Slither.io Mods, Zoom, Unlock Skins, Bots",
  "permissions": [
    "*://slither.io/*",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "unlimitedStorage",
    "activeTab"
  ],
  "short_name": "Slither.io Mod",
  "version": "3.2.2",
  "web_accessible_resources": [
    "images/*",
    "main.js",
    "game.js",
    "customskins.js",
    "jquery.js",
    "chatvod.js",
    "bootstrap.css",
    "socket.io.js"
  ]
}