No Seen

Blocks "seen" marks on Facebook Messenger and Instagram Stories.

What is No Seen?

No Seen is a Chrome extension developed by Diéssica, and its main feature is "Blocks "seen" marks on Facebook Messenger and Instagram Stories.".

Extension Screenshots

screenshot

Download No Seen Extension CRX File

Download No Seen 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

                        No Seen allows you to read Facebook messages and see Instagram stories without reporting any "seen" marks or read receipts to your friends.

You can configure No Seen to be enabled only for the websites you want by going to the add-ons "Preferences".                    

Extension Basic Information

Name No Seen No Seen
ID lhfgjcfhkmijfeppjjokleldddlklpoc
Official URL https://chromewebstore.google.com/detail/no-seen/lhfgjcfhkmijfeppjjokleldddlklpoc
Description Blocks "seen" marks on Facebook Messenger and Instagram Stories.
File Size 6.49 KB
Installation Count 839
Current Version 1.2
Last Updated 2019-03-01
Publish Date 2018-09-13
Rating 3.33/5 Total 3 Ratings
Developer Diéssica
Payment Type free
Extension Website https://github.com/diessica/no-seen
Help Page URL https://github.com/diessica/no-seen/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Seen",
    "description": "Blocks \"seen\" marks on Facebook Messenger and Instagram Stories.",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "options_ui": {
        "page": "preferences.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*"
    ],
    "developer": {
        "name": "Di\u00e9ssica Gurskas",
        "url": "https:\/\/diessi.ca"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}