Goyral Whats Link Extractor

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

Cos'è Goyral Whats Link Extractor?

Goyral Whats Link Extractor è un'estensione di Chrome sviluppata da Goyral, e la sua funzione principale è "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Goyral Whats Link Extractor

Scarica i file di estensione Goyral Whats Link Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Goyral Whats Link Extractor Goyral Whats Link Extractor
ID nfhihjkceacjcmklhoagbcmlbijiidgc
URL Ufficiale https://chrome.google.com/webstore/detail/goyral-whats-link-extract/nfhihjkceacjcmklhoagbcmlbijiidgc
Descrizione Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
Dimensione del File 885 KB
Conteggio Installazioni 79
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-12-27
Data di Pubblicazione 2022-12-18
Sviluppatore Goyral
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.goyral.com/privacy-policy.html
Lingue Supportate 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"
        }
    ]
}