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