WeGrabb

Grab WAGroup Contacts and DM them personally

Cos'è WeGrabb?

WeGrabb è un'estensione di Chrome sviluppata da https://wegrabb.com, e la sua funzione principale è "Grab WAGroup Contacts and DM them personally".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WeGrabb

Scarica i file di estensione WeGrabb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WeGrabb WeGrabb
ID dickhbnfhenadgcniknhlcihnkhoecai
URL Ufficiale https://chromewebstore.google.com/detail/wegrabb/dickhbnfhenadgcniknhlcihnkhoecai
Descrizione Grab WAGroup Contacts and DM them personally
Dimensione del File 358 KB
Conteggio Installazioni 602
Versione Corrente 1.0.28
Ultimo Aggiornamento 2021-03-16
Data di Pubblicazione 2020-06-10
Valutazione 4.81/5 Totale 16 Valutazioni
Sviluppatore https://wegrabb.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://manage.wegrabb.com/privacy-policy
Lingue Supportate 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
    }
}