WeGrabb

Grab WAGroup Contacts and DM them personally

Wat is WeGrabb?

WeGrabb is een Chrome-extensie ontwikkeld door https://wegrabb.com, en de belangrijkste functie is "Grab WAGroup Contacts and DM them personally".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WeGrabb

Download WeGrabb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tools untuk membantu anda mengambil kontak dari Group WhatsApp kemudian mengirimkan mereka pesan pribadi (JAPRI) 1 per 1 secara otomatis!                    

Basisinformatie over de Extensie

Naam WeGrabb WeGrabb
ID dickhbnfhenadgcniknhlcihnkhoecai
Officiële URL https://chromewebstore.google.com/detail/wegrabb/dickhbnfhenadgcniknhlcihnkhoecai
Beschrijving Grab WAGroup Contacts and DM them personally
Bestandsgrootte 358 KB
Aantal Installaties 602
Huidige Versie 1.0.28
Laatst Bijgewerkt 2021-03-16
Publicatiedatum 2020-06-10
Beoordeling 4.81/5 Totaal 16 Beoordelingen
Ontwikkelaar https://wegrabb.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://manage.wegrabb.com/privacy-policy
Ondersteunde Talen id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeGrabb",
    "description": "Grab WAGroup Contacts and DM them personally",
    "version": "1.0.28",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "WeGrabb",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}