Bombparty Defuser

A tool to help you pick better words in Bombparty

What is Bombparty Defuser?

Bombparty Defuser is a Chrome extension developed by philip.developer.email, and its main feature is "A tool to help you pick better words in Bombparty".

Extension Screenshots

screenshot
screenshot

Download Bombparty Defuser Extension CRX File

Download Bombparty Defuser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
Official URL https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
Description A tool to help you pick better words in Bombparty
File Size 1.34 MB
Installation Count 8,571
Current Version 1.0.1
Last Updated 2022-04-25
Publish Date 2022-03-21
Rating 3.58/5 Total 19 Ratings
Developer philip.developer.email
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}