C WhatsExtractor
Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...
Wat is C WhatsExtractor?
C WhatsExtractor is een Chrome-extensie ontwikkeld door codeyon.com, en de belangrijkste functie is "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...".
Extensie Screenshots
Download het CRX-bestand van de extensie C WhatsExtractor
Download C WhatsExtractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
C WhatsExtract is Chrome Extension which allows you to export WhstApp group Contact as CSV file which is absolutely Free.
Basisinformatie over de Extensie
Naam | C WhatsExtractor |
ID | eelblfimbpgpdckjlpknbhclfhdhkmpb |
Officiële URL | https://chromewebstore.google.com/detail/c-whatsextractor/eelblfimbpgpdckjlpknbhclfhdhkmpb |
Beschrijving | Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ... |
Bestandsgrootte | 172 KB |
Aantal Installaties | 2,023 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2020-12-17 |
Publicatiedatum | 2020-12-17 |
Beoordeling | 1.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | codeyon.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://codeyon.com/c-whatsextract/ |
Help Pagina-URL | https://codeyon.com/c-whatsextract/ |
URL van de Privacybeleid Pagina | https://codeyon.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "scripts": [ "config.js", "jquery.min.js", "bg.js" ] }, "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "js.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*", "http:\/\/web.whatsapp.com\/*" ] } ], "icons": { "16": "imgs\/16.png", "32": "imgs\/32.png", "128": "imgs\/128.png" }, "description": "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...", "manifest_version": 2, "name": "C WhatsExtractor", "permissions": [], "short_name": "Whatsapp Extractor", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1", "web_accessible_resources": [ "\/scripts\/*" ] } |