Focus for Facebook (Free)
Follow only the people who matter most.
¿Qué es Focus for Facebook (Free)?
Focus for Facebook (Free) es una extensión de Chrome desarrollada por http://www.focusfacebook.com, y su función principal es "Follow only the people who matter most.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Focus for Facebook (Free)
Descarga archivos de extensión Focus for Facebook (Free) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
URL Oficial | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Descripción | Follow only the people who matter most. |
Tamaño del Archivo | 434 KB |
Cantidad de Instalaciones | 116 |
Versión Actual | 1.2 |
Última Actualización | 2019-03-08 |
Fecha de Publicación | 2019-03-08 |
Calificación | 3.50/5 Total de 4 Calificaciones |
Desarrollador | http://www.focusfacebook.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.focusfacebook.com |
URL de la Página de Ayuda | http://www.focusfacebook.com/faq.html |
Idiomas Soportados | 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'" } |