Bombparty Defuser

A tool to help you pick better words in Bombparty

Vad är Bombparty Defuser?

Bombparty Defuser är en Chrome-tillägg utvecklad av philip.developer.email, och dess huvudfunktion är "A tool to help you pick better words in Bombparty".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bombparty Defuser-förlängningens CRX-fil

Ladda ner Bombparty Defuser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
Officiell webbadress https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
Beskrivning A tool to help you pick better words in Bombparty
Filstorlek 1.34 MB
Antal Installationer 8,571
Aktuell Version 1.0.1
Senast Uppdaterad 2022-04-25
Publiceringsdatum 2022-03-21
Betyg 3.58/5 Totalt 19 Betyg
Utvecklare philip.developer.email
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}