Better News Feed
Increases productivity by replacing Facebook News Feed with photo and inspirational quote
什么是Better News Feed?
Better News Feed是由vpontis开发的Chrome扩展程序,该扩展的主要功能是“Increases productivity by replacing Facebook News Feed with photo and inspirational quote”。
扩展截图
下载Better News Feed扩展crx文件
下载Better News Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace your News Feed with an inspirational quote and nice picture. Save time by having more control over your News Feed. This extension blocks News Feed by default but also allows you to selectively enable News Feed for when you want to browse. This is a fork and improvement of Neal Wu's Kill News Feed.
扩展基本信息
名称 | Better News Feed |
ID | ckkppjogapagpeimgiadengmdphhline |
官方URL | https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline |
简介 | Increases productivity by replacing Facebook News Feed with photo and inspirational quote |
文件大小 | 1.2 MB |
安装次数 | 150 |
当前版本 | 1.3.1 |
更新时间 | 2016-01-03 |
上架时间 | 2016-01-03 |
评分 | 4.42/5 共12次评分 |
开发者 | vpontis |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "betterify.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Increases productivity by replacing Facebook News Feed with photo and inspirational quote", "icons": { "16": "images\/bnf-logo16.png", "48": "images\/bnf-logo48.png", "128": "images\/bnf-logo128.png" }, "manifest_version": 2, "name": "Better News Feed", "options_page": "options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*", "pictures.json", "quotes.json" ], "version": "1.3.1" } |