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 philip.developer.email, e sua principal característica é "A tool to help you pick better words in Bombparty".

Capturas de Tela da Extensão

screenshot
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

                        Bombparty Defuser is a tool that helps you choose better words in the game Bombparty on the website jklm.fun.

Once installed, join a game. Then, click on the extension icon to open the extension menu. Click the toggle button to activate the tool.

Created by Philip Roberts. Visuals by Grant Miller.                    

Informações Básicas da Extensão

Nome Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
URL Oficial https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
Descrição A tool to help you pick better words in Bombparty
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 8,571
Versão Atual 1.0.1
Última Atualização 2022-04-25
Data de Publicação 2022-03-21
Classificação 3.58/5 Total de 19 Avaliações
Desenvolvedor philip.developer.email
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bombparty Defuser",
    "version": "1.0.1",
    "description": "A tool to help you pick better words in Bombparty",
    "manifest_version": 3,
    "author": "Philip Roberts",
    "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
        }
    ]
}