Bombparty Defuser

A tool to help you pick better words in Bombparty

Bombparty Defuser là gì?

Bombparty Defuser là một tiện ích mở rộng Chrome được phát triển bởi dijo.dev, và tính năng chính của nó là "A tool to help you pick better words in Bombparty".

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

screenshot

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

Tải xuống các tệp mở rộng Bombparty Defuser 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

                        I would like to acknowledge the original creators of the code - Philip Roberts, and the visuals - Grant Miller, for their contributions to this BombParty extension. This educational tool is an expanded version of Philip's BombParty Defuser that includes 15 words to guess, 10 of which are shorter for easier gameplay, and 5 more challenging words to help you improve your BombParty skills.

To use this extension, first, install it on your Chrome browser. Then, join a BombParty game on jklm.fun. Once in the game, click on the extension icon to open the menu. Finally, click the toggle button to activate the tool and start improving your gameplay. 

Please remember that this extension is only for educational purposes and should not be used to gain an unfair advantage over other players.                    

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

Tên Bombparty Defuser Bombparty Defuser
ID momgcbkgpcbgnpfljopbefihehhjmcpe
URL Chính Thức https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe
Mô tả A tool to help you pick better words in Bombparty
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 470
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-05-07
Ngày Phát Hành 2023-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dijo.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bombparty Defuser",
    "version": "1.0.2",
    "description": "A tool to help you pick better words in Bombparty",
    "manifest_version": 3,
    "author": "dijo",
    "icons": {
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jklm.fun\/*",
                "https:\/\/jklm.fun\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ]
}