Reveal Deleted FB Messages

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

Reveal Deleted FB Messages란 무엇입니까?

Reveal Deleted FB Messages은(는) 99.hoangtran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Xem lại tin nhắn đã gỡ trên fb"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reveal Deleted FB Messages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Reveal Deleted FB Messages Reveal Deleted FB Messages
ID oddpcajnaolfbinffajkacjhohhahlib
공식 URL https://chromewebstore.google.com/detail/reveal-deleted-fb-message/oddpcajnaolfbinffajkacjhohhahlib
설명 Xem lại tin nhắn đã gỡ trên fb
파일 크기 299 KB
설치 횟수 3,067
현재 버전 0.0.4
최근 업데이트 2023-07-15
출시 날짜 2022-04-21
평점 4.53/5 총 19 개의 평점
개발자 99.hoangtran
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HoangTran0410/RevealDeletedFBMessages
도움말 페이지 URL https://www.facebook.com/99.hoangtran/
지원되는 언어 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": [
                ""
            ]
        }
    ]
}