Focus for Facebook (Free)

Follow only the people who matter most.

Co to jest Focus for Facebook (Free)?

Focus for Facebook (Free) to rozszerzenie Chrome opracowane przez http://www.focusfacebook.com, a jego główną funkcją jest „Follow only the people who matter most.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Focus for Facebook (Free)

Pobierz pliki rozszerzeń Focus for Facebook (Free) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Focus for Facebook (Free) Focus for Facebook (Free)
ID nkfihjeabidogobakemheeogdlkdgofb
Oficjalny URL https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb
Opis Follow only the people who matter most.
Rozmiar pliku 434 KB
Liczba instalacji 116
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper http://www.focusfacebook.com
Typ Płatności free
Strona Rozszerzenia http://www.focusfacebook.com
Adres URL Strony Pomocy http://www.focusfacebook.com/faq.html
Obsługiwane Języki 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'"
}