WhatsApp join to full group
When the group is full, Trying to join again every 15 minutes
O que é WhatsApp join to full group?
WhatsApp join to full group é uma extensão do Chrome desenvolvida por yoel301, e sua principal característica é "When the group is full, Trying to join again every 15 minutes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WhatsApp join to full group
Baixe arquivos de extensão WhatsApp join to full group 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
You want to join the WhatsApp group But she it full This extension will help you get into the group effortlessly Just enter the group invitation address The extension will check for you every 15 minutes if you can join the group When there is a place you will receive a notification that you were able to enter
Informações Básicas da Extensão
Nome | |
ID | aalnhgolpbnnopmfbchloglegighlfed |
URL Oficial | https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed |
Descrição | When the group is full, Trying to join again every 15 minutes |
Tamanho do Arquivo | 29.71 KB |
Contagem de Instalações | 368 |
Versão Atual | 1.2 |
Última Atualização | 2021-01-04 |
Data de Publicação | 2020-12-29 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | yoel301 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp join to full group", "description": "When the group is full, Trying to join again every 15 minutes", "version": "1.2", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/icons\/group-task.png" }, "permissions": [ "alarms", "tabs", "activeTab", "storage", "activeTab", "notifications", "https:\/\/chat.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "assets\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/chat.whatsapp.com\/*" ], "js": [ "assets\/js\/contact-script.js" ], "all_frames": true } ] } |