Focus for Facebook (Free)
Follow only the people who matter most.
Hvad er Focus for Facebook (Free)?
Focus for Facebook (Free) er en Chrome-udvidelse udviklet af http://www.focusfacebook.com, og dens hovedfunktion er "Follow only the people who matter most.".
Udvidelsesskærmbilleder
Download Focus for Facebook (Free)-udvidelses-CRX-fil
Download Focus for Facebook (Free)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
Officiel URL | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Beskrivelse | Follow only the people who matter most. |
Filstørrelse | 434 KB |
Antal Installationer | 116 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | http://www.focusfacebook.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.focusfacebook.com |
Hjælpeside-URL | http://www.focusfacebook.com/faq.html |
Understøttede Sprog | 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'" } |