Hypixel Reward Skip

Hypixel Reward Skip

Auto skip Hypixel's daily reward!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hypixel Reward Skip",
  "author": "HexedHero",
  "version": "1.0.2",
  "description": "Auto skip Hypixel's daily reward!",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://rewards.hypixel.net/*"
      ],
      "js": [
        "shaded/jquery-3.6.0.min.js",
        "inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://rewards.hypixel.net/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}