Focus for Facebook (Free)
Follow only the people who matter most.
Wat is Focus for Facebook (Free)?
Focus for Facebook (Free) is een Chrome-extensie ontwikkeld door http://www.focusfacebook.com, en de belangrijkste functie is "Follow only the people who matter most.".
Extensie Screenshots
Download het CRX-bestand van de extensie Focus for Facebook (Free)
Download Focus for Facebook (Free)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
Officiële URL | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Beschrijving | Follow only the people who matter most. |
Bestandsgrootte | 434 KB |
Aantal Installaties | 116 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://www.focusfacebook.com |
Betalingswijze | free |
Extensiewebsite | http://www.focusfacebook.com |
Help Pagina-URL | http://www.focusfacebook.com/faq.html |
Ondersteunde Talen | 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'" } |