Focus for Facebook (Free)

Follow only the people who matter most.

Qu'est-ce que Focus for Facebook (Free) ?

Focus for Facebook (Free) est une extension Chrome développée par http://www.focusfacebook.com, et sa fonction principale est "Follow only the people who matter most.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Focus for Facebook (Free)

Téléchargez les fichiers d'extension Focus for Facebook (Free) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Focus for Facebook (Free) Focus for Facebook (Free)
ID nkfihjeabidogobakemheeogdlkdgofb
URL Officiel https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb
Description Follow only the people who matter most.
Taille du Fichier 434 KB
Nombre d'Installations 116
Version Actuelle 1.2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 3.50/5 Total 4 Évaluations
Développeur http://www.focusfacebook.com
Type de Paiement free
Site Web de l'Extension http://www.focusfacebook.com
URL de la Page d'Aide http://www.focusfacebook.com/faq.html
Langues Prises en Charge 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'"
}