bombparty-word-picker
makes you better at bomb party
Vad är bombparty-word-picker?
bombparty-word-picker är en Chrome-tillägg utvecklad av neeruuppalapati, och dess huvudfunktion är "makes you better at bomb party".
Tilläggsskärmbilder
Ladda ner bombparty-word-picker-förlängningens CRX-fil
Ladda ner bombparty-word-picker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently. Grundläggande Information om Tillägg
| Namn | |
| ID | alapoalgafajhbbfedcboklbjocdbgcj |
| Officiell webbadress | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
| Beskrivning | makes you better at bomb party |
| Filstorlek | 709 KB |
| Antal Installationer | 885 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-05-13 |
| Publiceringsdatum | 2023-05-13 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | neeruuppalapati |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |