Goyral Whats Link Extractor

Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.

什么是Goyral Whats Link Extractor?

Goyral Whats Link Extractor是由Goyral开发的Chrome扩展程序,该扩展的主要功能是“Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.”。

扩展截图

screenshot

下载Goyral Whats Link Extractor扩展crx文件

下载Goyral Whats Link Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.                    

扩展基本信息

名称 Goyral Whats Link Extractor Goyral Whats Link Extractor
ID nfhihjkceacjcmklhoagbcmlbijiidgc
官方URL https://chrome.google.com/webstore/detail/goyral-whats-link-extract/nfhihjkceacjcmklhoagbcmlbijiidgc
简介 Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
文件大小 885 KB
安装次数 79
当前版本 1.0.1
更新时间 2022-12-27
上架时间 2022-12-18
开发者 Goyral
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.goyral.com/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Goyral Whats Link Extractor",
    "description": "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "storage",
        "management",
        "notifications",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "*:\/\/goyral.com\/*"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "options_page": "html\/output.html",
    "action": {
        "default_icon": {
            "128": "images\/icon_128.png"
        },
        "default_popup": "html\/index.html",
        "default_title": "Goyral Whats Link Extractor"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?q=site:www.facebook.com*",
                "*:\/\/*.google.com\/search?q=site:www.twitter.com*",
                "*:\/\/*.google.com\/search?q=site:www.linkedin.com*",
                "*:\/\/*.google.com\/search?q=site:www.instagram.com*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}