WhatsLog
Veja mensagens apagadas no web whatsapp.
Wat is WhatsLog?
WhatsLog is een Chrome-extensie ontwikkeld door https://socialarte.com.br, en de belangrijkste functie is "Veja mensagens apagadas no web whatsapp.".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsLog
Download WhatsLog-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
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!
Basisinformatie over de Extensie
Naam | WhatsLog |
ID | hjamchbafpmgdbgohhplicknmcppnmgm |
Officiële URL | https://chromewebstore.google.com/detail/whatslog/hjamchbafpmgdbgohhplicknmcppnmgm |
Beschrijving | Veja mensagens apagadas no web whatsapp. |
Bestandsgrootte | 1.76 MB |
Aantal Installaties | 10,000 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2018-09-12 |
Publicatiedatum | 2018-09-11 |
Beoordeling | 2.42/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://socialarte.com.br |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/whatslog.socialartebr/ |
Help Pagina-URL | https://www.facebook.com/whatslog.socialartebr/ |
Ondersteunde Talen | 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" } ] } |