Focus for Facebook (Free)

Follow only the people who matter most.

Focus for Facebook (Free)란 무엇입니까?

Focus for Facebook (Free)은(는) http://www.focusfacebook.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Follow only the people who matter most."입니다.

확장 프로그램 스크린샷

screenshot

Focus for Facebook (Free) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Free version, enjoy! If you like it please considering purchasing the paid one. They are identical, but the paid will help me recoup some costs.

Focus for Facebook makes Facebook work better for you, by unfollowing everyone in your news feed. This removes all distractions and then you can re-follow just the people you care about. It's a way of managing your Facebook time, without losing access to photos, tags, messages, or any other Facebook functionality.                    

확장 프로그램 기본 정보

이름 Focus for Facebook (Free) Focus for Facebook (Free)
ID nkfihjeabidogobakemheeogdlkdgofb
공식 URL https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb
설명 Follow only the people who matter most.
파일 크기 434 KB
설치 횟수 116
현재 버전 1.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.50/5 총 4 개의 평점
개발자 http://www.focusfacebook.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.focusfacebook.com
도움말 페이지 URL http://www.focusfacebook.com/faq.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus for Facebook (Free)",
    "description": "Follow only the people who matter most.",
    "version": "1.2",
    "icons": {
        "128": "img\/ico128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "http:\/\/www.focusfacebook.com\/",
        "https:\/\/www.facebook.com\/",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}