Bombparty Defuser
A tool to help you pick better words in Bombparty
Bombparty Defuser क्या है?
Bombparty Defuser dijo.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to help you pick better words in Bombparty"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bombparty Defuser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } ] } |