Krunker.io Alien Blaster

Krunker.io Alien Blaster

https://github.com/tehchy and Youtube.com/oZoNeOz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Krunker.io Alien Blaster",
  "version": "1.2.0",
  "manifest_version": 2,
  "description": "https://github.com/tehchy and Youtube.com/oZoNeOz",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://krunker.io/*",
    "background"
  ],
  "web_accessible_resources": [
    "*.obj",
    "*.png"
  ],
  "background": {
    "scripts": [
      "init.js"
    ]
  }
}