Bombparty Defuser

A tool to help you pick better words in Bombparty

Co to jest Bombparty Defuser?

Bombparty Defuser to rozszerzenie Chrome opracowane przez dijo.dev, a jego główną funkcją jest „A tool to help you pick better words in Bombparty”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bombparty Defuser

Pobierz pliki rozszerzeń Bombparty Defuser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bombparty Defuser Bombparty Defuser
ID momgcbkgpcbgnpfljopbefihehhjmcpe
Oficjalny URL https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe
Opis A tool to help you pick better words in Bombparty
Rozmiar pliku 1.34 MB
Liczba instalacji 470
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-05-07
Data Publikacji 2023-05-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper dijo.dev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}