Focus for Facebook (Free)

Follow only the people who matter most.

Что такое Focus for Facebook (Free)?

Focus for Facebook (Free) - это расширение Chrome, разработанное http://www.focusfacebook.com, и его основная функция - "Follow only the people who matter most.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Focus for Facebook (Free)

Скачайте файлы расширений 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'"
}