Focus for Facebook (Free)
Follow only the people who matter most.
Was ist Focus for Facebook (Free)?
Focus for Facebook (Free) ist eine Chrome-Erweiterung, die von http://www.focusfacebook.com entwickelt wurde, und ihr Hauptmerkmal ist "Follow only the people who matter most.".
Erweiterungsscreenshots
Focus for Facebook (Free)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus for Facebook (Free)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
Offizielle URL | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Beschreibung | Follow only the people who matter most. |
Dateigröße | 434 KB |
Installationsanzahl | 116 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | http://www.focusfacebook.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.focusfacebook.com |
Hilfeseite URL | http://www.focusfacebook.com/faq.html |
Unterstützte Sprachen | 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'" } |