bombparty-word-picker

makes you better at bomb party

bombparty-word-picker क्या है?

bombparty-word-picker neeruuppalapati द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "makes you better at bomb party"।

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

screenshot

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

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

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

                        Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently.                    

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

नाम bombparty-word-picker bombparty-word-picker
ID alapoalgafajhbbfedcboklbjocdbgcj
आधिकारिक URL https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj
विवरण makes you better at bomb party
फ़ाइल का आकार 709 KB
स्थापना संख्या 885
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-05-13
प्रकाशन तिथि 2023-05-13
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर neeruuppalapati
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bombparty-word-picker",
    "version": "1.0.1",
    "description": "makes you better at bomb party",
    "manifest_version": 3,
    "author": "Neerad Uppalapati",
    "icons": {
        "127": "images\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jklm.fun\/*",
                "https:\/\/jklm.fun\/*"
            ],
            "js": [
                "bomba.js"
            ],
            "all_frames": true
        }
    ]
}