Reveal Deleted FB Messages
Xem lại tin nhắn đã gỡ trên fb
O que é Reveal Deleted FB Messages?
Reveal Deleted FB Messages é uma extensão do Chrome desenvolvida por 99.hoangtran, e sua principal característica é "Xem lại tin nhắn đã gỡ trên fb".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reveal Deleted FB Messages
Baixe arquivos de extensão Reveal Deleted FB Messages no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Xem lại tin nhắn đã gỡ trên facebook. Giao diện đơn giản, dễ sử dụng. Hỗ trợ xem lại hầu hết các loại tin nhắn: chữ, hình ảnh, âm thanh, link, nhãn dán, ... 0.0.4 - Bản sửa lỗi 15/05/2023: Sửa lỗi "Error when display this message" 0.0.3 - Phiên bản mới 12/07/2023: Nội dung tin nhắn được hiển thị ngay tại ví trị tin bị thu hồi. Lưu ý: Chỉ xem được tin nhắn được thu hồi sau khi đã cài tiện ích.
Informações Básicas da Extensão
Nome | Reveal Deleted FB Messages |
ID | oddpcajnaolfbinffajkacjhohhahlib |
URL Oficial | https://chromewebstore.google.com/detail/reveal-deleted-fb-message/oddpcajnaolfbinffajkacjhohhahlib |
Descrição | Xem lại tin nhắn đã gỡ trên fb |
Tamanho do Arquivo | 299 KB |
Contagem de Instalações | 3,067 |
Versão Atual | 0.0.4 |
Última Atualização | 2023-07-15 |
Data de Publicação | 2022-04-21 |
Classificação | 4.53/5 Total de 19 Avaliações |
Desenvolvedor | 99.hoangtran |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/HoangTran0410/RevealDeletedFBMessages |
URL da Página de Ajuda | https://www.facebook.com/99.hoangtran/ |
Idiomas Suportados | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal Deleted FB Messages", "description": "Xem l\u1ea1i tin nh\u1eafn \u0111\u00e3 g\u1ee1 tr\u00ean fb", "version": "0.0.4", "manifest_version": 3, "action": { "default_title": "Reveal Deleted FB Message", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.facebook.com\/*" ] }, "permissions": [], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "js": [ ".\/content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject_websocket.js", "icons\/icon16.png", "icons\/icon32.png" ], "matches": [ " |