Blooket Hacker

Helps you win your Blooket game! Created by Llama Dev

Blooket Hacker là gì?

Blooket Hacker là một tiện ích mở rộng Chrome được phát triển bởi Llama Dev, và tính năng chính của nó là "Helps you win your Blooket game! Created by Llama Dev".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blooket Hacker

Tải xuống các tệp mở rộng Blooket Hacker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blooket Hacker Blooket Hacker
ID glmcahaliniekaflepgphdiejeoeacfl
URL Chính Thức https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl
Mô tả Helps you win your Blooket game! Created by Llama Dev
Kích Thước Tệp 97.75 KB
Số Lần Cài Đặt 80,000
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-10-06
Ngày Phát Hành 2023-03-24
Đánh Giá 3.90/5 Tổng số 48 Đánh Giá
Nhà Phát Triển Llama Dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}