Bombparty Defuser
A tool to help you pick better words in Bombparty
Bombparty Defuserとは何ですか?
Bombparty Defuserはdijo.devによって開発されたChromeの拡張機能で、その主な機能は「A tool to help you pick better words in Bombparty」です。
拡張機能のスクリーンショット
Bombparty Defuser拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } ] } |