bombparty-word-picker
makes you better at bomb party
Wat is bombparty-word-picker?
bombparty-word-picker is een Chrome-extensie ontwikkeld door neeruuppalapati, en de belangrijkste functie is "makes you better at bomb party".
Extensie Screenshots
Download het CRX-bestand van de extensie bombparty-word-picker
Download bombparty-word-picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently. Basisinformatie over de Extensie
| Naam | |
| ID | alapoalgafajhbbfedcboklbjocdbgcj |
| Officiële URL | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
| Beschrijving | makes you better at bomb party |
| Bestandsgrootte | 709 KB |
| Aantal Installaties | 885 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-05-13 |
| Publicatiedatum | 2023-05-13 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | neeruuppalapati |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |