Blooket Hacker

Helps you win your Blooket game! Created by Llama Dev

Apa itu Blooket Hacker?

Blooket Hacker adalah ekstensi Chrome yang dikembangkan oleh Llama Dev, dan fitur utamanya adalah "Helps you win your Blooket game! Created by Llama Dev".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Blooket Hacker

Unduh file ekstensi Blooket Hacker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Blooket Hacker Blooket Hacker
ID glmcahaliniekaflepgphdiejeoeacfl
URL Resmi https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl
Deskripsi Helps you win your Blooket game! Created by Llama Dev
Ukuran File 97.75 KB
Jumlah Instalasi 80,000
Versi Saat Ini 1.5
Terakhir Diperbarui 2023-10-06
Tanggal Publikasi 2023-03-24
Penilaian 3.90/5 Total 48 Penilaian
Pengembang Llama Dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}