WhatsApp join to full group
When the group is full, Trying to join again every 15 minutes
Was ist WhatsApp join to full group?
WhatsApp join to full group ist eine Chrome-Erweiterung, die von yoel301 entwickelt wurde, und ihr Hauptmerkmal ist "When the group is full, Trying to join again every 15 minutes".
Erweiterungsscreenshots
WhatsApp join to full group-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp join to full group-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | aalnhgolpbnnopmfbchloglegighlfed |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed |
Beschreibung | When the group is full, Trying to join again every 15 minutes |
Dateigröße | 29.71 KB |
Installationsanzahl | 368 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-01-04 |
Veröffentlichungsdatum | 2020-12-29 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | yoel301 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |