WeGrabb
Grab WAGroup Contacts and DM them personally
What is WeGrabb?
WeGrabb is a Chrome extension developed by https://wegrabb.com, and its main feature is "Grab WAGroup Contacts and DM them personally".
Extension Screenshots
Download WeGrabb Extension CRX File
Download WeGrabb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tools untuk membantu anda mengambil kontak dari Group WhatsApp kemudian mengirimkan mereka pesan pribadi (JAPRI) 1 per 1 secara otomatis!
Extension Basic Information
Name | WeGrabb |
ID | dickhbnfhenadgcniknhlcihnkhoecai |
Official URL | https://chromewebstore.google.com/detail/wegrabb/dickhbnfhenadgcniknhlcihnkhoecai |
Description | Grab WAGroup Contacts and DM them personally |
File Size | 358 KB |
Installation Count | 602 |
Current Version | 1.0.28 |
Last Updated | 2021-03-16 |
Publish Date | 2020-06-10 |
Rating | 4.81/5 Total 16 Ratings |
Developer | https://wegrabb.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://manage.wegrabb.com/privacy-policy |
Supported Languages | 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 } } |