Blooket Hacker

Helps you win your Blooket game! Created by Llama Dev

Cos'è Blooket Hacker?

Blooket Hacker è un'estensione di Chrome sviluppata da Llama Dev, e la sua funzione principale è "Helps you win your Blooket game! Created by Llama Dev".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Blooket Hacker

Scarica i file di estensione Blooket Hacker 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 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                    

Informazioni di Base sull'Estensione

Nome Blooket Hacker Blooket Hacker
ID glmcahaliniekaflepgphdiejeoeacfl
URL Ufficiale https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl
Descrizione Helps you win your Blooket game! Created by Llama Dev
Dimensione del File 97.75 KB
Conteggio Installazioni 80,000
Versione Corrente 1.5
Ultimo Aggiornamento 2023-10-06
Data di Pubblicazione 2023-03-24
Valutazione 3.90/5 Totale 48 Valutazioni
Sviluppatore Llama Dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}