Bombparty Defuser
A tool to help you pick better words in Bombparty
什么是Bombparty Defuser?
Bombparty Defuser是由philip.developer.email开发的Chrome扩展程序,该扩展的主要功能是“A tool to help you pick better words in Bombparty”。
扩展截图
下载Bombparty Defuser扩展crx文件
下载Bombparty Defuser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bombparty Defuser |
ID | imffefdpajgeogpcjjdadldidamdbikb |
官方URL | https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb |
简介 | A tool to help you pick better words in Bombparty |
文件大小 | 1.34 MB |
安装次数 | 8,571 |
当前版本 | 1.0.1 |
更新时间 | 2022-04-25 |
上架时间 | 2022-03-21 |
评分 | 3.58/5 共19次评分 |
开发者 | philip.developer.email |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } ] } |