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 } |