Hypixel Reward Skip

Auto skip Hypixel's daily reward!

Qu'est-ce que Hypixel Reward Skip ?

Hypixel Reward Skip est une extension Chrome développée par HexedHero, et sa fonction principale est "Auto skip Hypixel's daily reward!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hypixel Reward Skip

Téléchargez les fichiers d'extension Hypixel Reward Skip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Hypixel Reward Skip Hypixel Reward Skip
ID cbkfenlgondibefbmddekmbjjmldiagh
URL Officiel https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh
Description Auto skip Hypixel's daily reward!
Taille du Fichier 44.52 KB
Nombre d'Installations 54
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-08-18
Date de Publication 2022-02-25
Évaluation 3.67/5 Total 3 Évaluations
Développeur HexedHero
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/HexedHero/HypixelRewardSkip
URL de la Page d'Aide https://github.com/HexedHero/HypixelRewardSkip
Langues Prises en Charge 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"
    }
}