Reveal Deleted FB Messages

Xem lại tin nhắn đã gỡ trên fb

What is Reveal Deleted FB Messages?

Reveal Deleted FB Messages is a Chrome extension developed by 99.hoangtran, and its main feature is "Xem lại tin nhắn đã gỡ trên fb".

Extension Screenshots

screenshot
screenshot

Download Reveal Deleted FB Messages Extension CRX File

Download Reveal Deleted FB Messages 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

                        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.                    

Extension Basic Information

Name Reveal Deleted FB Messages Reveal Deleted FB Messages
ID oddpcajnaolfbinffajkacjhohhahlib
Official URL https://chromewebstore.google.com/detail/reveal-deleted-fb-message/oddpcajnaolfbinffajkacjhohhahlib
Description Xem lại tin nhắn đã gỡ trên fb
File Size 299 KB
Installation Count 3,067
Current Version 0.0.4
Last Updated 2023-07-15
Publish Date 2022-04-21
Rating 4.53/5 Total 19 Ratings
Developer 99.hoangtran
Email [email protected]
Payment Type free
Extension Website https://github.com/HoangTran0410/RevealDeletedFBMessages
Help Page URL https://www.facebook.com/99.hoangtran/
Supported Languages 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": [
                ""
            ]
        }
    ]
}