friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
friends feed for Facebookとは何ですか?
friends feed for Facebookはhttp://foxvalleyapps.comによって開発されたChromeの拡張機能で、その主な機能は「Enjoy Facebook News Feed with stories only by your friends and pages you follow.」です。
拡張機能のスクリーンショット
friends feed for Facebook拡張機能のCRXファイルをダウンロード
friends feed for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Facebook's News Feed is full of stories about what your friends liked so you can easily miss actual posts from your friends. This extension will hide all stories of what your friends liked or commented on. The extension will also hide Suggested stories and People you may know stories. There is an option to fade these unwanted stories, so you can still see them, but they are not disturbing so much. Now with the updated and more accurate algorithm. Enjoy!
拡張機能の基本情報
名前 | |
ID | nlenanfmnogchfccgdadohbacedphodd |
公式URL | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
説明 | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
ファイルサイズ | 49.71 KB |
インストール数 | 5,000 |
現在のバージョン | 1.7.6 |
最終更新日 | 2019-09-09 |
公開日 | 2019-09-09 |
評価 | 4.45/5 合計 170 レビュー |
開発者 | http://foxvalleyapps.com |
支払い方法 | free |
拡張機能のウェブサイト | http://foxvalleyapps.com/friendsfeed |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "friends feed for Facebook", "short_name": "friends feed", "description": "Enjoy Facebook News Feed with stories only by your friends and pages you follow.", "version": "1.7.6", "icons": { "48": "[email protected]", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "style.css" ], "js": [ "underscore.js", "script.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/www.facebook.com\/" ], "options_page": "preferences.html" } |