No Feed
Hide the Facebook News Feed
什么是No Feed?
No Feed是由David Albert开发的Chrome扩展程序,该扩展的主要功能是“Hide the Facebook News Feed”。
扩展截图
下载No Feed扩展crx文件
下载No Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I find the Facebook News Feed too distracting. This extension hides it. 扩展基本信息
| 名称 | |
| ID | ajhlinhaimmakhbabjcgmhchbpehgkog |
| 官方URL | https://chromewebstore.google.com/detail/no-feed/ajhlinhaimmakhbabjcgmhchbpehgkog |
| 简介 | Hide the Facebook News Feed |
| 文件大小 | 10.28 KB |
| 安装次数 | 42 |
| 当前版本 | 1.4 |
| 更新时间 | 2013-11-23 |
| 上架时间 | 2013-11-23 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | David Albert |
| 付费类型 | free |
| 扩展官网 | http://github.com/davidbalbert/nofeed |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No Feed",
"version": "1.4",
"manifest_version": 2,
"description": "Hide the Facebook News Feed",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.facebook.com\/",
"https:\/\/www.facebook.com\/",
"http:\/\/www.facebook.com\/home.php",
"https:\/\/www.facebook.com\/home.php"
],
"css": [
"nofeed.css"
]
}
]
} | |