Facebook News Feed and Chat Remover
Removes the News Feed and chat bar on Facebook.com
Facebook News Feed and Chat Removerとは何ですか?
Facebook News Feed and Chat RemoverはJonah Bolotinによって開発されたChromeの拡張機能で、その主な機能は「Removes the News Feed and chat bar on Facebook.com」です。
拡張機能のスクリーンショット
Facebook News Feed and Chat Remover拡張機能のCRXファイルをダウンロード
Facebook News Feed and Chat Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes chat sidebar but still allows for chat functionality through the messages icon. In order to increase productivity and waste less time, this extension is designed to remove distracting features of Facebook. However, unlike other News Feed removers, this allows you to quickly toggle between displaying the news feed and hiding it entirely, with the default set to hidden. The extension neither stores nor accesses any data besides removing the elements rendered in your browser on Facebook.com websites.
拡張機能の基本情報
名前 | ![]() |
ID | ionkohfdcpaccklgngcbaobiefhocfdl |
公式URL | https://chrome.google.com/webstore/detail/facebook-news-feed-and-ch/ionkohfdcpaccklgngcbaobiefhocfdl |
説明 | Removes the News Feed and chat bar on Facebook.com |
ファイルサイズ | 34.32 KB |
インストール数 | 69 |
現在のバージョン | 1.6 |
最終更新日 | 2018-05-04 |
公開日 | 2018-05-04 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | Jonah Bolotin |
支払い方法 | free |
拡張機能のウェブサイト | https://www.linkedin.com/in/jonah-bolotin/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook News Feed and Chat Remover", "version": "1.6", "description": "Removes the News Feed and chat bar on Facebook.com", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.3.1.min.js", "script.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |