Bombparty Defuser

A tool to help you pick better words in Bombparty

O que é Bombparty Defuser?

Bombparty Defuser é uma extensão do Chrome desenvolvida por dijo.dev, e sua principal característica é "A tool to help you pick better words in Bombparty".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bombparty Defuser

Baixe arquivos de extensão Bombparty Defuser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bombparty Defuser Bombparty Defuser
ID momgcbkgpcbgnpfljopbefihehhjmcpe
URL Oficial https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe
Descrição A tool to help you pick better words in Bombparty
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 470
Versão Atual 1.0.2
Última Atualização 2023-05-07
Data de Publicação 2023-05-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dijo.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}