WeGrabb
Grab WAGroup Contacts and DM them personally
Apa itu WeGrabb?
WeGrabb adalah ekstensi Chrome yang dikembangkan oleh https://wegrabb.com, dan fitur utamanya adalah "Grab WAGroup Contacts and DM them personally".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WeGrabb
Unduh file ekstensi WeGrabb 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
Tools untuk membantu anda mengambil kontak dari Group WhatsApp kemudian mengirimkan mereka pesan pribadi (JAPRI) 1 per 1 secara otomatis!
Informasi Dasar Ekstensi
Nama | WeGrabb |
ID | dickhbnfhenadgcniknhlcihnkhoecai |
URL Resmi | https://chromewebstore.google.com/detail/wegrabb/dickhbnfhenadgcniknhlcihnkhoecai |
Deskripsi | Grab WAGroup Contacts and DM them personally |
Ukuran File | 358 KB |
Jumlah Instalasi | 602 |
Versi Saat Ini | 1.0.28 |
Terakhir Diperbarui | 2021-03-16 |
Tanggal Publikasi | 2020-06-10 |
Penilaian | 4.81/5 Total 16 Penilaian |
Pengembang | https://wegrabb.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://manage.wegrabb.com/privacy-policy |
Bahasa yang Didukung | 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 } } |