bombparty-word-picker
makes you better at bomb party
bombparty-word-pickerとは何ですか?
bombparty-word-pickerはneeruuppalapatiによって開発されたChromeの拡張機能で、その主な機能は「makes you better at bomb party」です。
拡張機能のスクリーンショット
bombparty-word-picker拡張機能のCRXファイルをダウンロード
bombparty-word-picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently. 拡張機能の基本情報
| 名前 | |
| ID | alapoalgafajhbbfedcboklbjocdbgcj |
| 公式URL | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
| 説明 | makes you better at bomb party |
| ファイルサイズ | 709 KB |
| インストール数 | 885 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-05-13 |
| 公開日 | 2023-05-13 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | neeruuppalapati |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "bombparty-word-picker",
"version": "1.0.1",
"description": "makes you better at bomb party",
"manifest_version": 3,
"author": "Neerad Uppalapati",
"icons": {
"127": "images\/icon128.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Window"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.jklm.fun\/*",
"https:\/\/jklm.fun\/*"
],
"js": [
"bomba.js"
],
"all_frames": true
}
]
} | |