Blooket Hacker

Helps you win your Blooket game! Created by Llama Dev

ما هو Blooket Hacker؟

Blooket Hacker هو إضافة Chrome تم تطويرها بواسطة Llama Dev، والميزة الرئيسية لها هي "Helps you win your Blooket game! Created by Llama Dev".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Blooket Hacker

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

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

                        This hacker learns the vocabulary from watching you play, then steps in to help when it can. It automatically clicks buttons to speed up the game and hopefully make you win.

The extension also previews all unlocked blooks so you can see which ones you want!

Created by Llama Dev                    

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

الاسم Blooket Hacker Blooket Hacker
ID glmcahaliniekaflepgphdiejeoeacfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl
الوصف Helps you win your Blooket game! Created by Llama Dev
حجم الملف 97.75 KB
عدد التثبيتات 80,000
النسخة الحالية 1.5
آخر تحديث 2023-10-06
تاريخ النشر 2023-03-24
تقييم 3.90/5 مجموع تقييمات 48
المطور Llama Dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blooket Hacker",
    "author": "Nolan Medalla",
    "description": "Helps you win your Blooket game! Created by Llama Dev",
    "version": "1.5",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.blooket.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "start_page.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "\/images\/blooket_hacker_icon.png"
        }
    },
    "icons": {
        "32": "\/images\/blooket_hacker_icon.png"
    }
}