WhatsLog
Veja mensagens apagadas no web whatsapp.
What is WhatsLog?
WhatsLog is a Chrome extension developed by https://socialarte.com.br, and its main feature is "Veja mensagens apagadas no web whatsapp.".
Extension Screenshots
Download WhatsLog Extension CRX File
Download WhatsLog 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
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!
Extension Basic Information
Name | WhatsLog |
ID | hjamchbafpmgdbgohhplicknmcppnmgm |
Official URL | https://chromewebstore.google.com/detail/whatslog/hjamchbafpmgdbgohhplicknmcppnmgm |
Description | Veja mensagens apagadas no web whatsapp. |
File Size | 1.76 MB |
Installation Count | 10,000 |
Current Version | 0.5 |
Last Updated | 2018-09-12 |
Publish Date | 2018-09-11 |
Rating | 2.42/5 Total 12 Ratings |
Developer | https://socialarte.com.br |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/whatslog.socialartebr/ |
Help Page URL | https://www.facebook.com/whatslog.socialartebr/ |
Supported Languages | 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" } ] } |