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