Bombparty Defuser
A tool to help you pick better words in Bombparty
Wat is Bombparty Defuser?
Bombparty Defuser is een Chrome-extensie ontwikkeld door dijo.dev, en de belangrijkste functie is "A tool to help you pick better words in Bombparty".
Extensie Screenshots
Download het CRX-bestand van de extensie Bombparty Defuser
Download Bombparty Defuser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bombparty Defuser |
ID | momgcbkgpcbgnpfljopbefihehhjmcpe |
Officiële URL | https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe |
Beschrijving | A tool to help you pick better words in Bombparty |
Bestandsgrootte | 1.34 MB |
Aantal Installaties | 470 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-05-07 |
Publicatiedatum | 2023-05-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dijo.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |