WhatsApp join to full group

When the group is full, Trying to join again every 15 minutes

Qu'est-ce que WhatsApp join to full group ?

WhatsApp join to full group est une extension Chrome développée par yoel301, et sa fonction principale est "When the group is full, Trying to join again every 15 minutes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatsApp join to full group

Téléchargez les fichiers d'extension WhatsApp join to full group au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WhatsApp join to full group WhatsApp join to full group
ID aalnhgolpbnnopmfbchloglegighlfed
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed
Description When the group is full, Trying to join again every 15 minutes
Taille du Fichier 29.71 KB
Nombre d'Installations 368
Version Actuelle 1.2
Dernière Mise à Jour 2021-01-04
Date de Publication 2020-12-29
Évaluation 4.00/5 Total 4 Évaluations
Développeur yoel301
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}