Bombparty Defuser

A tool to help you pick better words in Bombparty

什么是Bombparty Defuser?

Bombparty Defuser是由dijo.dev开发的Chrome扩展程序,该扩展的主要功能是“A tool to help you pick better words in Bombparty”。

扩展截图

screenshot

下载Bombparty Defuser扩展crx文件

下载Bombparty Defuser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bombparty Defuser Bombparty Defuser
ID momgcbkgpcbgnpfljopbefihehhjmcpe
官方URL https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe
简介 A tool to help you pick better words in Bombparty
文件大小 1.34 MB
安装次数 470
当前版本 1.0.2
更新时间 2023-05-07
上架时间 2023-05-07
评分 5.00/5 共1次评分
开发者 dijo.dev
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}