WeGrabb
Grab WAGroup Contacts and DM them personally
Qu'est-ce que WeGrabb ?
WeGrabb est une extension Chrome développée par https://wegrabb.com, et sa fonction principale est "Grab WAGroup Contacts and DM them personally".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WeGrabb
Téléchargez les fichiers d'extension WeGrabb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tools untuk membantu anda mengambil kontak dari Group WhatsApp kemudian mengirimkan mereka pesan pribadi (JAPRI) 1 per 1 secara otomatis!
Informations de Base sur l'Extension
Nom | WeGrabb |
ID | dickhbnfhenadgcniknhlcihnkhoecai |
URL Officiel | https://chromewebstore.google.com/detail/wegrabb/dickhbnfhenadgcniknhlcihnkhoecai |
Description | Grab WAGroup Contacts and DM them personally |
Taille du Fichier | 358 KB |
Nombre d'Installations | 602 |
Version Actuelle | 1.0.28 |
Dernière Mise à Jour | 2021-03-16 |
Date de Publication | 2020-06-10 |
Évaluation | 4.81/5 Total 16 Évaluations |
Développeur | https://wegrabb.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://manage.wegrabb.com/privacy-policy |
Langues Prises en Charge | 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 } } |