Hypixel Reward Skip

Auto skip Hypixel's daily reward!

What is Hypixel Reward Skip?

Hypixel Reward Skip is a Chrome extension developed by HexedHero, and its main feature is "Auto skip Hypixel's daily reward!".

Extension Screenshots

screenshot

Download Hypixel Reward Skip Extension CRX File

Download Hypixel Reward Skip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This will simply click the "Skip" button for you when its ready when you go to claim your Hypixel daily reward.

Source code: https://github.com/HexedHero/HypixelRewardSkip                    

Extension Basic Information

Name Hypixel Reward Skip Hypixel Reward Skip
ID cbkfenlgondibefbmddekmbjjmldiagh
Official URL https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh
Description Auto skip Hypixel's daily reward!
File Size 44.52 KB
Installation Count 54
Current Version 1.0.2
Last Updated 2023-08-18
Publish Date 2022-02-25
Rating 3.67/5 Total 3 Ratings
Developer HexedHero
Email [email protected]
Payment Type free
Extension Website https://github.com/HexedHero/HypixelRewardSkip
Help Page URL https://github.com/HexedHero/HypixelRewardSkip
Supported Languages en-GB
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"
    }
}