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 philip.developer.email, 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
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

                        Bombparty Defuser is a tool that helps you choose better words in the game Bombparty on the website jklm.fun.

Once installed, join a game. Then, click on the extension icon to open the extension menu. Click the toggle button to activate the tool.

Created by Philip Roberts. Visuals by Grant Miller.                    

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

Tên Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
URL Chính Thức https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
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 8,571
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-04-25
Ngày Phát Hành 2022-03-21
Đánh Giá 3.58/5 Tổng số 19 Đánh Giá
Nhà Phát Triển philip.developer.email
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": "Bombparty Defuser",
    "version": "1.0.1",
    "description": "A tool to help you pick better words in Bombparty",
    "manifest_version": 3,
    "author": "Philip Roberts",
    "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
        }
    ]
}