Goyral Whats Link Extractor

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

What is Goyral Whats Link Extractor?

Goyral Whats Link Extractor is a Chrome extension developed by Goyral, and its main feature is "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.".

Extension Screenshots

screenshot

Download Goyral Whats Link Extractor Extension CRX File

Download Goyral Whats Link Extractor 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

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

Extension Basic Information

Name Goyral Whats Link Extractor Goyral Whats Link Extractor
ID nfhihjkceacjcmklhoagbcmlbijiidgc
Official URL https://chrome.google.com/webstore/detail/goyral-whats-link-extract/nfhihjkceacjcmklhoagbcmlbijiidgc
Description Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
File Size 885 KB
Installation Count 79
Current Version 1.0.1
Last Updated 2022-12-27
Publish Date 2022-12-18
Developer Goyral
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.goyral.com/privacy-policy.html
Supported Languages 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"
        }
    ]
}