Wasapi Backup
Descarga una copia de respaldo de tus chats WhatsApp.
Was ist Wasapi Backup?
Wasapi Backup ist eine Chrome-Erweiterung, die von Wasapi entwickelt wurde, und ihr Hauptmerkmal ist "Descarga una copia de respaldo de tus chats WhatsApp.".
Erweiterungsscreenshots
Wasapi Backup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wasapi Backup-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
Descarga una copia de respaldo de tus chats WhatsApp e importarlos en Wasapi.io Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hlmfppebjeeaabeckpehemedoaomladd |
| Offizielle URL | https://chromewebstore.google.com/detail/wasapi-backup/hlmfppebjeeaabeckpehemedoaomladd |
| Beschreibung | Descarga una copia de respaldo de tus chats WhatsApp. |
| Dateigröße | 406 KB |
| Installationsanzahl | 83 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2023-08-31 |
| Veröffentlichungsdatum | 2023-08-31 |
| Entwickler | Wasapi |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.wasapi.io |
| URL der Datenschutzrichtlinien-Seite | https://www.wasapi.io/org/politica-de-privacidad |
| Unterstützte Sprachen | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wasapi Backup",
"description": "Descarga una copia de respaldo de tus chats WhatsApp.",
"version": "0.0.0.1",
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"css\/progressbar.css"
],
"js": [
"js\/cs.js",
"js\/FileSaver.js",
"js\/injectedWA.js",
"js\/jszip.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.whatsapp.net\/*"
]
},
"icons": {
"128": "imgs\/icon.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/web.whatsapp.com\/"
],
"web_accessible_resources": [
{
"resources": [
"js\/progressBar.js",
"js\/injectedWA.js",
"js\/moment-with-locales.js",
"js\/FileSaver.js",
"css\/progressbar.css",
"imgs\/*"
],
"matches": [
" | |