Bombparty Defuser

A tool to help you pick better words in Bombparty

Τι είναι το Bombparty Defuser;

Το Bombparty Defuser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dijo.dev, και η κύρια λειτουργία του είναι "A tool to help you pick better words in Bombparty".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bombparty Defuser

Λήψη αρχείων επέκτασης Bombparty Defuser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bombparty Defuser Bombparty Defuser
ID momgcbkgpcbgnpfljopbefihehhjmcpe
Επίσημο URL https://chromewebstore.google.com/detail/bombparty-defuser/momgcbkgpcbgnpfljopbefihehhjmcpe
Περιγραφή A tool to help you pick better words in Bombparty
Μέγεθος Αρχείου 1.34 MB
Αριθμός Εγκαταστάσεων 470
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-05-07
Ημερομηνία Δημοσίευσης 2023-05-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής dijo.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}