Focus for Facebook (Free)
Follow only the people who matter most.
Vad är Focus for Facebook (Free)?
Focus for Facebook (Free) är en Chrome-tillägg utvecklad av http://www.focusfacebook.com, och dess huvudfunktion är "Follow only the people who matter most.".
Tilläggsskärmbilder
Ladda ner Focus for Facebook (Free)-förlängningens CRX-fil
Ladda ner Focus for Facebook (Free)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
Officiell webbadress | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Beskrivning | Follow only the people who matter most. |
Filstorlek | 434 KB |
Antal Installationer | 116 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | http://www.focusfacebook.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.focusfacebook.com |
Hjälpsida URL | http://www.focusfacebook.com/faq.html |
Stödda Språk | 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'" } |