bombparty-word-picker
makes you better at bomb party
Cos'è bombparty-word-picker?
bombparty-word-picker è un'estensione di Chrome sviluppata da neeruuppalapati, e la sua funzione principale è "makes you better at bomb party".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione bombparty-word-picker
Scarica i file di estensione bombparty-word-picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently.
Informazioni di Base sull'Estensione
Nome | bombparty-word-picker |
ID | alapoalgafajhbbfedcboklbjocdbgcj |
URL Ufficiale | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
Descrizione | makes you better at bomb party |
Dimensione del File | 709 KB |
Conteggio Installazioni | 885 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-05-13 |
Data di Pubblicazione | 2023-05-13 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | neeruuppalapati |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |