WhatsApp join to full group

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

Apa itu WhatsApp join to full group?

WhatsApp join to full group adalah ekstensi Chrome yang dikembangkan oleh yoel301, dan fitur utamanya adalah "When the group is full, Trying to join again every 15 minutes".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WhatsApp join to full group

Unduh file ekstensi WhatsApp join to full group dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama WhatsApp join to full group WhatsApp join to full group
ID aalnhgolpbnnopmfbchloglegighlfed
URL Resmi https://chrome.google.com/webstore/detail/whatsapp-join-to-full-gro/aalnhgolpbnnopmfbchloglegighlfed
Deskripsi When the group is full, Trying to join again every 15 minutes
Ukuran File 29.71 KB
Jumlah Instalasi 368
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-01-04
Tanggal Publikasi 2020-12-29
Penilaian 4.00/5 Total 4 Penilaian
Pengembang yoel301
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}