Hypixel Reward Skip
Auto skip Hypixel's daily reward!
Wat is Hypixel Reward Skip?
Hypixel Reward Skip is een Chrome-extensie ontwikkeld door HexedHero, en de belangrijkste functie is "Auto skip Hypixel's daily reward!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hypixel Reward Skip
Download Hypixel Reward Skip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Hypixel Reward Skip |
ID | cbkfenlgondibefbmddekmbjjmldiagh |
Officiële URL | https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh |
Beschrijving | Auto skip Hypixel's daily reward! |
Bestandsgrootte | 44.52 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-08-18 |
Publicatiedatum | 2022-02-25 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | HexedHero |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/HexedHero/HypixelRewardSkip |
Help Pagina-URL | https://github.com/HexedHero/HypixelRewardSkip |
Ondersteunde Talen | 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" } } |