WhatsApp join to full group

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

Co je WhatsApp join to full group?

WhatsApp join to full group je rozšíření Chrome vyvinuté yoel301, a jeho hlavní funkcí je „When the group is full, Trying to join again every 15 minutes“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WhatsApp join to full group

Stáhněte si soubory rozšíření WhatsApp join to full group ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název WhatsApp join to full group WhatsApp join to full group
ID aalnhgolpbnnopmfbchloglegighlfed
Oficiální URL https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed
Popis When the group is full, Trying to join again every 15 minutes
Velikost souboru 29.71 KB
Počet instalací 368
Aktuální Verze 1.2
Poslední Aktualizace 2021-01-04
Datum Vydání 2020-12-29
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář yoel301
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}