Bombparty Defuser
A tool to help you pick better words in Bombparty
¿Qué es Bombparty Defuser?
Bombparty Defuser es una extensión de Chrome desarrollada por dijo.dev, y su función principal es "A tool to help you pick better words in Bombparty".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bombparty Defuser
Descarga archivos de extensión Bombparty Defuser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bombparty Defuser |
ID | momgcbkgpcbgnpfljopbefihehhjmcpe |
URL Oficial | https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe |
Descripción | A tool to help you pick better words in Bombparty |
Tamaño del Archivo | 1.34 MB |
Cantidad de Instalaciones | 470 |
Versión Actual | 1.0.2 |
Última Actualización | 2023-05-07 |
Fecha de Publicación | 2023-05-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | dijo.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } ] } |