Goyral Whats Link Extractor
Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
Qu'est-ce que Goyral Whats Link Extractor ?
Goyral Whats Link Extractor est une extension Chrome développée par Goyral, et sa fonction principale est "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Goyral Whats Link Extractor
Téléchargez les fichiers d'extension Goyral Whats Link Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
Informations de Base sur l'Extension
Nom | Goyral Whats Link Extractor |
ID | nfhihjkceacjcmklhoagbcmlbijiidgc |
URL Officiel | 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. |
Taille du Fichier | 885 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-12-27 |
Date de Publication | 2022-12-18 |
Développeur | Goyral |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.goyral.com/privacy-policy.html |
Langues Prises en Charge | 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" } ] } |