Bombparty Defuser
A tool to help you pick better words in Bombparty
Was ist Bombparty Defuser?
Bombparty Defuser ist eine Chrome-Erweiterung, die von dijo.dev entwickelt wurde, und ihr Hauptmerkmal ist "A tool to help you pick better words in Bombparty".
Erweiterungsscreenshots
Bombparty Defuser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bombparty Defuser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bombparty Defuser |
ID | momgcbkgpcbgnpfljopbefihehhjmcpe |
Offizielle URL | https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe |
Beschreibung | A tool to help you pick better words in Bombparty |
Dateigröße | 1.34 MB |
Installationsanzahl | 470 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-05-07 |
Veröffentlichungsdatum | 2023-05-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | dijo.dev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |