krunker.io aimbot

krunker.io aimbot

https://github.com/Reptillo/Krunker-hack

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "krunker.io aimbot",
  "version": "0.9.5",
  "manifest_version": 2,
  "description": "https://github.com/Reptillo/Krunker-hack",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://krunker.io/*",
    "background"
  ],
  "web_accessible_resources": [
    "game.js"
  ],
  "background": {
    "scripts": [
      "init.js"
    ]
  }
}