bombparty-word-picker
makes you better at bomb party
O que é bombparty-word-picker?
bombparty-word-picker é uma extensão do Chrome desenvolvida por neeruuppalapati, e sua principal característica é "makes you better at bomb party".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão bombparty-word-picker
Baixe arquivos de extensão bombparty-word-picker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently.
Informações Básicas da Extensão
Nome | bombparty-word-picker |
ID | alapoalgafajhbbfedcboklbjocdbgcj |
URL Oficial | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
Descrição | makes you better at bomb party |
Tamanho do Arquivo | 709 KB |
Contagem de Instalações | 885 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-05-13 |
Data de Publicação | 2023-05-13 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | neeruuppalapati |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } ] } |