Hypixel Reward Skip
Auto skip Hypixel's daily reward!
Hypixel Reward Skip là gì?
Hypixel Reward Skip là một tiện ích mở rộng Chrome được phát triển bởi HexedHero, và tính năng chính của nó là "Auto skip Hypixel's daily reward!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hypixel Reward Skip
Tải xuống các tệp mở rộng Hypixel Reward Skip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hypixel Reward Skip |
ID | cbkfenlgondibefbmddekmbjjmldiagh |
URL Chính Thức | https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh |
Mô tả | Auto skip Hypixel's daily reward! |
Kích Thước Tệp | 44.52 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-08-18 |
Ngày Phát Hành | 2022-02-25 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | HexedHero |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/HexedHero/HypixelRewardSkip |
URL Trang Trợ Giúp | https://github.com/HexedHero/HypixelRewardSkip |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |