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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |