Unseenly

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

What is Unseenly?

Unseenly is a Chrome extension developed by ikva eSolutions, and its main feature is "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message".

Extension Screenshots

screenshot
screenshot
screenshot

Download Unseenly Extension CRX File

Download Unseenly 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

                        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.                    

Extension Basic Information

Name Unseenly Unseenly
ID mmjginkjeljiaiafplppfkfdindcjkfi
Official URL https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi
Description Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
File Size 348 KB
Installation Count 1,163
Current Version 2.0
Last Updated 2019-02-07
Publish Date 2019-02-07
Rating 3.17/5 Total 12 Ratings
Developer ikva eSolutions
Email [email protected]
Payment Type free
Extension Website https://www.geekdashboard.com/disable-facebook-seen-feature/
Help Page URL https://www.geekdashboard.com/contact-us/
Privacy Policy Page URL https://www.geekdashboard.com/privacy-policy
Supported Languages 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'"
}