Bombparty Defuser

A tool to help you pick better words in Bombparty

Apa itu Bombparty Defuser?

Bombparty Defuser adalah ekstensi Chrome yang dikembangkan oleh philip.developer.email, dan fitur utamanya adalah "A tool to help you pick better words in Bombparty".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bombparty Defuser

Unduh file ekstensi Bombparty Defuser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
URL Resmi https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
Deskripsi A tool to help you pick better words in Bombparty
Ukuran File 1.34 MB
Jumlah Instalasi 8,571
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-04-25
Tanggal Publikasi 2022-03-21
Penilaian 3.58/5 Total 19 Penilaian
Pengembang philip.developer.email
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}