Goyral Whats Link Extractor

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

Was ist Goyral Whats Link Extractor?

Goyral Whats Link Extractor ist eine Chrome-Erweiterung, die von Goyral entwickelt wurde, und ihr Hauptmerkmal ist "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.".

Erweiterungsscreenshots

screenshot

Goyral Whats Link Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goyral Whats Link Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Goyral Whats Link Extractor Goyral Whats Link Extractor
ID nfhihjkceacjcmklhoagbcmlbijiidgc
Offizielle URL https://chrome.google.com/webstore/detail/goyral-whats-link-extract/nfhihjkceacjcmklhoagbcmlbijiidgc
Beschreibung Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
Dateigröße 885 KB
Installationsanzahl 79
Aktuelle Version 1.0.1
Letztes Update 2022-12-27
Veröffentlichungsdatum 2022-12-18
Entwickler Goyral
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.goyral.com/privacy-policy.html
Unterstützte Sprachen 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"
        }
    ]
}