WhatsApp join to full group
When the group is full, Trying to join again every 15 minutes
Cos'è WhatsApp join to full group?
WhatsApp join to full group è un'estensione di Chrome sviluppata da yoel301, e la sua funzione principale è "When the group is full, Trying to join again every 15 minutes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp join to full group
Scarica i file di estensione WhatsApp join to full group 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | aalnhgolpbnnopmfbchloglegighlfed |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed |
Descrizione | When the group is full, Trying to join again every 15 minutes |
Dimensione del File | 29.71 KB |
Conteggio Installazioni | 368 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-01-04 |
Data di Pubblicazione | 2020-12-29 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | yoel301 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |