Blooket Hacker

Helps you win your Blooket game! Created by Llama Dev

什麼是Blooket Hacker?

Blooket Hacker是由Llama Dev開發的Chrome擴展程式,該擴展的主要功能是“Helps you win your Blooket game! Created by Llama Dev”。

擴展截圖

screenshot
screenshot

下載Blooket Hacker擴展crx文件

下載Blooket Hacker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}