Hypixel Reward Skip
Auto skip Hypixel's daily reward!
Vad är Hypixel Reward Skip?
Hypixel Reward Skip är en Chrome-tillägg utvecklad av HexedHero, och dess huvudfunktion är "Auto skip Hypixel's daily reward!".
Tilläggsskärmbilder
Ladda ner Hypixel Reward Skip-förlängningens CRX-fil
Ladda ner Hypixel Reward Skip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | cbkfenlgondibefbmddekmbjjmldiagh |
| Officiell webbadress | https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh |
| Beskrivning | Auto skip Hypixel's daily reward! |
| Filstorlek | 44.52 KB |
| Antal Installationer | 54 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2023-08-18 |
| Publiceringsdatum | 2022-02-25 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | HexedHero |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/HexedHero/HypixelRewardSkip |
| Hjälpsida URL | https://github.com/HexedHero/HypixelRewardSkip |
| Stödda Språk | 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"
}
} | |