HideChat for Facebook

Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.

What is HideChat for Facebook?

HideChat for Facebook is a Chrome extension developed by Unknown, and its main feature is "Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HideChat for Facebook Extension CRX File

Download HideChat for Facebook 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

                        This extension allow you to hide chat windows on Facebook page. When you use Messenger.com those windows are useless and annoying.

Don't forget to refresh Facebook page after changing settings to apply them.                    

Extension Basic Information

Name HideChat for Facebook HideChat for Facebook
ID lnlbpoedlkchcppiklkeadnlmhilnenn
Official URL https://chromewebstore.google.com/detail/hidechat-for-facebook/lnlbpoedlkchcppiklkeadnlmhilnenn
Description Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.
File Size 90.64 KB
Installation Count 55
Current Version 1.2
Last Updated 2016-09-29
Publish Date 2016-09-29
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Martinix",
    "browser_action": {
        "default_icon": {
            "16": "hidechat16.png"
        },
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/apps.facebook.com\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "blockchat.js"
            ]
        }
    ],
    "description": "Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.",
    "icons": {
        "16": "hidechat16.png",
        "48": "hidechat48.png",
        "128": "hidechat128.png"
    },
    "manifest_version": 2,
    "name": "HideChat for Facebook",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/apps.facebook.com\/*"
    ],
    "version": "1.2",
    "web_accessible_resources": [
        "blockchat.css"
    ]
}