ECK (Easy CSS Krunker)

ECK (Easy CSS Krunker)

This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ECK (Easy CSS Krunker)",
  "description": "This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle.",
  "manifest_version": 3,
  "version": "0.0.8",
  "content_scripts": [
    {
      "matches": [
        "https://krunker.io/*",
        "https://*.browserfps.com/*",
        "https://krunker.frvr.com/*"
      ],
      "js": [
        "main.js",
        "social.js",
        "libs/gsap.min.js"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}