Unseenly

Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message

Unseenly là gì?

Unseenly là một tiện ích mở rộng Chrome được phát triển bởi ikva eSolutions, và tính năng chính của nó là "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unseenly

Tải xuống các tệp mở rộng Unseenly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Unseenly extension is for hiding the seen feature in Facebook chat. Currently this extension will work on www.facebook.com, m.facebook.com and messenger.com 

All you have to do is just install the extension and you are good to go. You can easily toggle the extension ON and OFF by clicking the unseenly icon from your extensions list. 

This is completely free, secure and free from malware and no unwanted pop-ups.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unseenly Unseenly
ID mmjginkjeljiaiafplppfkfdindcjkfi
URL Chính Thức https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi
Mô tả Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
Kích Thước Tệp 348 KB
Số Lần Cài Đặt 1,163
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-02-07
Ngày Phát Hành 2019-02-07
Đánh Giá 3.17/5 Tổng số 12 Đánh Giá
Nhà Phát Triển ikva eSolutions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.geekdashboard.com/disable-facebook-seen-feature/
URL Trang Trợ Giúp https://www.geekdashboard.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.geekdashboard.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unseenly",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message",
    "background": {
        "scripts": [
            "settings\/source\/lib\/store.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hide_chat_seen.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.unseenly.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}