bombparty-word-picker

makes you better at bomb party

什么是bombparty-word-picker?

bombparty-word-picker是由neeruuppalapati开发的Chrome扩展程序,该扩展的主要功能是“makes you better at bomb party”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 bombparty-word-picker bombparty-word-picker
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
电子邮箱 [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
        }
    ]
}