Hypixel Reward Skip
Auto skip Hypixel's daily reward!
Cos'è Hypixel Reward Skip?
Hypixel Reward Skip è un'estensione di Chrome sviluppata da HexedHero, e la sua funzione principale è "Auto skip Hypixel's daily reward!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hypixel Reward Skip
Scarica i file di estensione Hypixel Reward Skip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hypixel Reward Skip |
ID | cbkfenlgondibefbmddekmbjjmldiagh |
URL Ufficiale | https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh |
Descrizione | Auto skip Hypixel's daily reward! |
Dimensione del File | 44.52 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-08-18 |
Data di Pubblicazione | 2022-02-25 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | HexedHero |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/HexedHero/HypixelRewardSkip |
URL della Pagina di Aiuto | https://github.com/HexedHero/HypixelRewardSkip |
Lingue Supportate | 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" } } |