Hypixel Reward Skip

Auto skip Hypixel's daily reward!

ما هو Hypixel Reward Skip؟

Hypixel Reward Skip هو إضافة Chrome تم تطويرها بواسطة HexedHero، والميزة الرئيسية لها هي "Auto skip Hypixel's daily reward!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hypixel Reward Skip

قم بتنزيل ملفات الامتداد Hypixel Reward Skip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Hypixel Reward Skip Hypixel Reward Skip
ID cbkfenlgondibefbmddekmbjjmldiagh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh
الوصف Auto skip Hypixel's daily reward!
حجم الملف 44.52 KB
عدد التثبيتات 54
النسخة الحالية 1.0.2
آخر تحديث 2023-08-18
تاريخ النشر 2022-02-25
تقييم 3.67/5 مجموع تقييمات 3
المطور HexedHero
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/HexedHero/HypixelRewardSkip
عنوان صفحة المساعدة https://github.com/HexedHero/HypixelRewardSkip
اللغات المدعومة 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"
    }
}