C WhatsExtractor
Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...
Was ist C WhatsExtractor?
C WhatsExtractor ist eine Chrome-Erweiterung, die von codeyon.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...".
Erweiterungsscreenshots
C WhatsExtractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie C WhatsExtractor-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
C WhatsExtract is Chrome Extension which allows you to export WhstApp group Contact as CSV file which is absolutely Free. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eelblfimbpgpdckjlpknbhclfhdhkmpb |
| Offizielle URL | https://chromewebstore.google.com/detail/c-whatsextractor/eelblfimbpgpdckjlpknbhclfhdhkmpb |
| Beschreibung | Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ... |
| Dateigröße | 172 KB |
| Installationsanzahl | 2,023 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2020-12-17 |
| Veröffentlichungsdatum | 2020-12-17 |
| Bewertung | 1.40/5 Insgesamt 10 Bewertungen |
| Entwickler | codeyon.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://codeyon.com/c-whatsextract/ |
| Hilfeseite URL | https://codeyon.com/c-whatsextract/ |
| URL der Datenschutzrichtlinien-Seite | https://codeyon.com/privacy-policy |
| Unterstützte Sprachen | 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\/*"
]
} | |