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. 拡張機能の基本情報
| 名前 | |
| ID | imffefdpajgeogpcjjdadldidamdbikb |
| 公式URL | 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 |
| Eメール | [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
}
]
} | |