WeGrabb
Grab WAGroup Contacts and DM them personally
什么是WeGrabb?
WeGrabb是由https://wegrabb.com开发的Chrome扩展程序,该扩展的主要功能是“Grab WAGroup Contacts and DM them personally”。
扩展截图
下载WeGrabb扩展crx文件
下载WeGrabb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Tools untuk membantu anda mengambil kontak dari Group WhatsApp kemudian mengirimkan mereka pesan pribadi (JAPRI) 1 per 1 secara otomatis!                     扩展基本信息
| 名称 |   |  
| ID | dickhbnfhenadgcniknhlcihnkhoecai | 
| 官方URL | https://chromewebstore.google.com/detail/wegrabb/dickhbnfhenadgcniknhlcihnkhoecai | 
| 简介 | Grab WAGroup Contacts and DM them personally | 
| 文件大小 | 358 KB | 
| 安装次数 | 602 | 
| 当前版本 | 1.0.28 | 
| 更新时间 | 2021-03-16 | 
| 上架时间 | 2020-06-10 | 
| 评分 | 4.81/5 共16次评分 | 
| 开发者 | https://wegrabb.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://manage.wegrabb.com/privacy-policy | 
| 支持的语言 | 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
    }
}  |  |