HideChat for Facebook

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

HideChat for Facebook란 무엇입니까?

HideChat for Facebook은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

HideChat for Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 HideChat for Facebook HideChat for Facebook
ID lnlbpoedlkchcppiklkeadnlmhilnenn
공식 URL https://chromewebstore.google.com/detail/hidechat-for-facebook/lnlbpoedlkchcppiklkeadnlmhilnenn
설명 Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.
파일 크기 90.64 KB
설치 횟수 55
현재 버전 1.2
최근 업데이트 2016-09-29
출시 날짜 2016-09-29
개발자 Unknown
결제 유형 free
지원되는 언어 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"
    ]
}