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.」です。
拡張機能のスクリーンショット
HideChat for Facebook拡張機能のCRXファイルをダウンロード
HideChat for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } |