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 |
官方網址 | 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 } ] } |