WhatsLog
Veja mensagens apagadas no web whatsapp.
Was ist WhatsLog?
WhatsLog ist eine Chrome-Erweiterung, die von https://socialarte.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Veja mensagens apagadas no web whatsapp.".
Erweiterungsscreenshots
WhatsLog-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsLog-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
Cansado de receber mensagens de pessoas e elas apagarem antes que você possa ver?
Agora com o WhatsLog você consegue salvar as mensagens no Web WhatsApp, e elas ficarão salvas mesmo depois que a outra pessoa apagar.
E o melhor, as conversas não serão lidas. Você pode usar o histórico para ver mensagens sem ler as conversas.
Lembrando que mídias não são salvos pelo WhatsLog.
Curtiu? Gostou? Deixe um review! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hjamchbafpmgdbgohhplicknmcppnmgm |
| Offizielle URL | https://chromewebstore.google.com/detail/whatslog/hjamchbafpmgdbgohhplicknmcppnmgm |
| Beschreibung | Veja mensagens apagadas no web whatsapp. |
| Dateigröße | 1.76 MB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 0.5 |
| Letztes Update | 2018-09-12 |
| Veröffentlichungsdatum | 2018-09-11 |
| Bewertung | 2.42/5 Insgesamt 12 Bewertungen |
| Entwickler | https://socialarte.com.br |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.facebook.com/whatslog.socialartebr/ |
| Hilfeseite URL | https://www.facebook.com/whatslog.socialartebr/ |
| Unterstützte Sprachen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WhatsLog",
"version": "0.5",
"manifest_version": 2,
"description": "Veja mensagens apagadas no web whatsapp.",
"browser_action": {
"name": "Manipulate DOM",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_icon": "icon128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"web_accessible_resources": [
"http:\/\/socialarte.com.br\/desver.png"
],
"content_scripts": [
{
"js": [
"jquery.min.js",
"sweetalert.min.js",
"whatslog.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"run_at": "document_end"
}
]
} | |