Bombparty Defuser
A tool to help you pick better words in Bombparty
什麼是Bombparty Defuser?
Bombparty Defuser是由philip.developer.email開發的Chrome擴展程式,該擴展的主要功能是“A tool to help you pick better words in Bombparty”。
擴展截圖
下載Bombparty Defuser擴展crx文件
下載Bombparty Defuser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | imffefdpajgeogpcjjdadldidamdbikb |
官方網址 | 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 } ] } |