Hypixel Reward Skip
Auto skip Hypixel's daily reward!
Apa itu Hypixel Reward Skip?
Hypixel Reward Skip adalah ekstensi Chrome yang dikembangkan oleh HexedHero, dan fitur utamanya adalah "Auto skip Hypixel's daily reward!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hypixel Reward Skip
Unduh file ekstensi Hypixel Reward Skip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Hypixel Reward Skip |
ID | cbkfenlgondibefbmddekmbjjmldiagh |
URL Resmi | https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh |
Deskripsi | Auto skip Hypixel's daily reward! |
Ukuran File | 44.52 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2023-08-18 |
Tanggal Publikasi | 2022-02-25 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | HexedHero |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/HexedHero/HypixelRewardSkip |
URL Halaman Bantuan | https://github.com/HexedHero/HypixelRewardSkip |
Bahasa yang Didukung | 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" } } |