bombparty-word-picker
makes you better at bomb party
What is bombparty-word-picker?
bombparty-word-picker is a Chrome extension developed by neeruuppalapati, and its main feature is "makes you better at bomb party".
Extension Screenshots
Download bombparty-word-picker Extension CRX File
Download bombparty-word-picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently.
Extension Basic Information
Name | bombparty-word-picker |
ID | alapoalgafajhbbfedcboklbjocdbgcj |
Official URL | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
Description | makes you better at bomb party |
File Size | 709 KB |
Installation Count | 885 |
Current Version | 1.0.1 |
Last Updated | 2023-05-13 |
Publish Date | 2023-05-13 |
Rating | 3.67/5 Total 3 Ratings |
Developer | neeruuppalapati |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |