Reveal Deleted FB Messages

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

Cos'è Reveal Deleted FB Messages?

Reveal Deleted FB Messages è un'estensione di Chrome sviluppata da 99.hoangtran, e la sua funzione principale è "Xem lại tin nhắn đã gỡ trên fb".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reveal Deleted FB Messages

Scarica i file di estensione Reveal Deleted FB Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reveal Deleted FB Messages Reveal Deleted FB Messages
ID oddpcajnaolfbinffajkacjhohhahlib
URL Ufficiale https://chromewebstore.google.com/detail/reveal-deleted-fb-message/oddpcajnaolfbinffajkacjhohhahlib
Descrizione Xem lại tin nhắn đã gỡ trên fb
Dimensione del File 299 KB
Conteggio Installazioni 3,067
Versione Corrente 0.0.4
Ultimo Aggiornamento 2023-07-15
Data di Pubblicazione 2022-04-21
Valutazione 4.53/5 Totale 19 Valutazioni
Sviluppatore 99.hoangtran
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HoangTran0410/RevealDeletedFBMessages
URL della Pagina di Aiuto https://www.facebook.com/99.hoangtran/
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}