C WhatsExtractor
Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...
What is C WhatsExtractor?
C WhatsExtractor is a Chrome extension developed by codeyon.com, and its main feature is "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...".
Extension Screenshots
Download C WhatsExtractor Extension CRX File
Download C WhatsExtractor 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
C WhatsExtract is Chrome Extension which allows you to export WhstApp group Contact as CSV file which is absolutely Free.
Extension Basic Information
Name | C WhatsExtractor |
ID | eelblfimbpgpdckjlpknbhclfhdhkmpb |
Official URL | https://chromewebstore.google.com/detail/c-whatsextractor/eelblfimbpgpdckjlpknbhclfhdhkmpb |
Description | Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ... |
File Size | 172 KB |
Installation Count | 2,023 |
Current Version | 2.0.1 |
Last Updated | 2020-12-17 |
Publish Date | 2020-12-17 |
Rating | 1.40/5 Total 10 Ratings |
Developer | codeyon.com |
[email protected] | |
Payment Type | free |
Extension Website | https://codeyon.com/c-whatsextract/ |
Help Page URL | https://codeyon.com/c-whatsextract/ |
Privacy Policy Page URL | https://codeyon.com/privacy-policy |
Supported Languages | 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\/*" ] } |