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ファイルをダウンロード

Focus for Facebook (Free)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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