Focus for Facebook (Free)
Follow only the people who matter most.
Apa itu Focus for Facebook (Free)?
Focus for Facebook (Free) adalah ekstensi Chrome yang dikembangkan oleh http://www.focusfacebook.com, dan fitur utamanya adalah "Follow only the people who matter most.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Focus for Facebook (Free)
Unduh file ekstensi Focus for Facebook (Free) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
URL Resmi | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
Deskripsi | Follow only the people who matter most. |
Ukuran File | 434 KB |
Jumlah Instalasi | 116 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | http://www.focusfacebook.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.focusfacebook.com |
URL Halaman Bantuan | http://www.focusfacebook.com/faq.html |
Bahasa yang Didukung | 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'" } |