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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
]
} | |