Hypixel Reward Skip

Auto skip Hypixel's daily reward!

什么是Hypixel Reward Skip?

Hypixel Reward Skip是由HexedHero开发的Chrome扩展程序,该扩展的主要功能是“Auto skip Hypixel's daily reward!”。

扩展截图

screenshot

下载Hypixel Reward Skip扩展crx文件

下载Hypixel Reward Skip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Hypixel Reward Skip Hypixel Reward Skip
ID cbkfenlgondibefbmddekmbjjmldiagh
官方URL https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh
简介 Auto skip Hypixel's daily reward!
文件大小 44.52 KB
安装次数 54
当前版本 1.0.2
更新时间 2023-08-18
上架时间 2022-02-25
评分 3.67/5 共3次评分
开发者 HexedHero
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/HexedHero/HypixelRewardSkip
帮助页面URL https://github.com/HexedHero/HypixelRewardSkip
支持的语言 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"
    }
}