Unfollow Everything on Facebook Fast
Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed.
Unfollow Everything on Facebook Fast란 무엇입니까?
Unfollow Everything on Facebook Fast은(는) Red Chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed."입니다.
확장 프로그램 스크린샷
Unfollow Everything on Facebook Fast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool allows you to delete your Facebook News Feed by unfollowing your friends, groups, and pages. This isn’t the same as unfriending. If you unfollow your friends and groups, you’re still connected to them, and you can look up their profiles if you want. But by unfollowing everything, you eliminate your News Feed. This leaves you free to use Facebook without the feed, or to more actively curate it by refollowing only those friends and groups whose posts you really want to see.
확장 프로그램 기본 정보
이름 | |
ID | ogjpnnnookdhieoajbecmmgpgkeepnao |
공식 URL | https://chrome.google.com/webstore/detail/unfollow-everything-on-fa/ogjpnnnookdhieoajbecmmgpgkeepnao |
설명 | Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed. |
파일 크기 | 304 KB |
설치 횟수 | 1,710 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2022-11-28 |
출시 날짜 | 2021-10-21 |
평점 | 3.42/5 총 12 개의 평점 |
개발자 | Red Chrome |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://redchrome100.wordpress.com/twitter-blaster/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.2", "name": "Unfollow Everything on Facebook Fast", "permissions": [ "storage", "idle", "tabs" ], "description": "Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed.", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "browser_action": { "default_popup": "html\/pages\/popup.html" }, "options_ui": { "page": "html\/pages\/options_home.html", "chrome_style": false, "open_in_tab": true }, "web_accessible_resources": [ "img\/*", "fonts\/*", "html\/*", "css\/*" ], "background": { "scripts": [ "config.js", "js\/vars\/defaults.js", "js\/vars\/amplitude-credentials.js", "js\/vendor\/amplitude-instance.js", "js\/vendor\/moment.min.js", "js\/background\/utils\/lib.js", "js\/background\/init.js", "js\/background\/settings.js", "js\/background\/logger.js", "js\/background\/listeners.js", "js\/background\/messager.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/web.facebook.com\/*" ], "js": [ "config.js", "js\/content\/vars\/vars.js", "js\/content\/storage\/html.js", "js\/vendor\/moment.min.js", "js\/content\/utils\/lib.js", "js\/content\/utils\/fetch-retry.js", "js\/content\/unfollower2.js" ], "run_at": "document_start" } ] } |