Focus for Facebook (Free)
Follow only the people who matter most.
Cos'è Focus for Facebook (Free)?
Focus for Facebook (Free) è un'estensione di Chrome sviluppata da http://www.focusfacebook.com, e la sua funzione principale è "Follow only the people who matter most.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Focus for Facebook (Free)
Scarica i file di estensione Focus for Facebook (Free) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
URL Ufficiale | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Descrizione | Follow only the people who matter most. |
Dimensione del File | 434 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | http://www.focusfacebook.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.focusfacebook.com |
URL della Pagina di Aiuto | http://www.focusfacebook.com/faq.html |
Lingue Supportate | 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'" } |