Bombparty Defuser

A tool to help you pick better words in Bombparty

Bombparty Defuser क्या है?

Bombparty Defuser philip.developer.email द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to help you pick better words in Bombparty"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bombparty Defuser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Bombparty Defuser Bombparty Defuser
ID imffefdpajgeogpcjjdadldidamdbikb
आधिकारिक URL https://chromewebstore.google.com/detail/bombparty-defuser/imffefdpajgeogpcjjdadldidamdbikb
विवरण A tool to help you pick better words in Bombparty
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 8,571
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2022-03-21
रेटिंग 3.58/5 कुल 19 रेटिंग्स
डेवलपर philip.developer.email
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
        }
    ]
}