Hypixel Reward Skip
Auto skip Hypixel's daily reward!
什麼是Hypixel Reward Skip?
Hypixel Reward Skip是由HexedHero開發的Chrome擴展程式,該擴展的主要功能是“Auto skip Hypixel's daily reward!”。
擴展截圖
下載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 |
ID | cbkfenlgondibefbmddekmbjjmldiagh |
官方網址 | 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" } } |