Bombparty Defuser
A tool to help you pick better words in Bombparty
Hvad er Bombparty Defuser?
Bombparty Defuser er en Chrome-udvidelse udviklet af dijo.dev, og dens hovedfunktion er "A tool to help you pick better words in Bombparty".
Udvidelsesskærmbilleder
Download Bombparty Defuser-udvidelses-CRX-fil
Download Bombparty Defuser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Bombparty Defuser |
ID | momgcbkgpcbgnpfljopbefihehhjmcpe |
Officiel URL | https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe |
Beskrivelse | A tool to help you pick better words in Bombparty |
Filstørrelse | 1.34 MB |
Antal Installationer | 470 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-05-07 |
Udgivelsesdato | 2023-05-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | dijo.dev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } ] } |