Unseen - Chat Privacy

Hides the ”Seen” feature from Facebook™ chat and Messenger of your friends. Blocks Delivery receipts...

Unseen - Chat Privacyคืออะไร?

Unseen - Chat Privacy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Delete All Posts และคุณลักษณะหลักของมันคือ "Hides the ”Seen” feature from Facebook™ chat and Messenger of your friends. Blocks Delivery receipts..."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unseen - Chat Privacy

ดาวน์โหลดไฟล์ส่วนขยาย Unseen - Chat Privacy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now your friends will not know have you read their messages or not.

This Unseenly extension:

Block the ”Seen” feature
Block the "Delivery receipts" feature
Block "Last active" indicator
Block the "Typing..." indicator

Unseenly app works on facebook.com, m.facebook.com and also on messenger.com.

Use Fb Unseen when necessary and easily turn it off in the menu, if you do not want to hide your actions.

Keep your privacy with Facebook Unseen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unseen - Chat Privacy Unseen - Chat Privacy
ID egmlbimojingfmchokcniklnhnecdecf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unseen-chat-privacy/egmlbimojingfmchokcniklnhnecdecf
คำอธิบาย Hides the ”Seen” feature from Facebook™ chat and Messenger of your friends. Blocks Delivery receipts...
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 40,105
เวอร์ชันปัจจุบัน 2.15.0
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2020-05-22
คะแนน 3.75/5 รวมทั้งหมด 691 คะแนน
ผู้พัฒนา Delete All Posts
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/delete-all-posts-privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icon\/128.png",
            "256": "assets\/icon\/256.png",
            "32": "assets\/icon\/32.png",
            "64": "assets\/icon\/64.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/read_button.css"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/relaxed-json.min.js",
                "js\/read_button.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icon\/128.png",
        "256": "assets\/icon\/256.png",
        "32": "assets\/icon\/32.png",
        "64": "assets\/icon\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQkp1La7EmoLbt\/rfbbqgpLGnO63xITIKjMcVOgWkO+x79lvCzM\/ZvK7Ah+jTHIzmEbvF+0Y0jryIa\/qGsezIJaTlOtytzAx5vNRF3ndT1eJc9FccJpc2JPydCdw0kbOraUxOsh2NVgJhM6Ysz5MY6ZGOoJal3FtgeHoPMDWC6XJCDgf8mzsdsDjDrqPqIo7\/rpUc6khtBJzCxQq8n8gWVai++p14oxhNSuhKoAwjq8tyTjEJ0tUEEqDAsUB0mxSRRv5UXjoFLNr6p98JvEHuqUNQkcrBddmACC3GG7tLnUfY7eui4eDCye33SbDu01++n1klILqdFMcrbFfJWUngwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*",
        "storage"
    ],
    "short_name": "Unseen",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.15.0",
    "version_name": "2.15.0",
    "web_accessible_resources": [
        "assets\/icon\/*.png"
    ]
}