Seen Blocker

Blocks the 'Seen' feature on Facebook Messages.

What is Seen Blocker?

Seen Blocker is a Chrome extension developed by Micah's App Emporium, and its main feature is "Blocks the 'Seen' feature on Facebook Messages.".

Extension Screenshots

screenshot

Download Seen Blocker Extension CRX File

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

                        Take privacy back into your own hands! Seen Blocker stops Facebook from reporting 'Seen' to messages that you open on Facebook.com. It also prevents the typing indicator from appearing as you type a message.

This extension is small and easy to use - two options are available which toggle the 'Seen' and 'Typing' blocking, and can be turned on and off at your leisure. 

Note: This does NOT block the 'Seen' feature from Facebook group posts, only for messaging.

Source available on GitHub: https://github.com/MicahNus/Seen-Blocker                    

Extension Basic Information

Name Seen Blocker Seen Blocker
ID gchmppebfedehcmemdmhojamlnanmafn
Official URL https://chromewebstore.google.com/detail/seen-blocker/gchmppebfedehcmemdmhojamlnanmafn
Description Blocks the 'Seen' feature on Facebook Messages.
File Size 33.09 KB
Installation Count 5,656
Current Version 1.0
Last Updated 2017-05-13
Publish Date 2017-05-13
Rating 3.54/5 Total 35 Ratings
Developer Micah's App Emporium
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seen Blocker",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "ico_16.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "description": "Blocks the 'Seen' feature on Facebook Messages.",
    "browser_action": {
        "default_icon": "ico_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*"
    ]
}