Focus for Facebook (Free)
Follow only the people who matter most.
ما هو Focus for Facebook (Free)؟
Focus for Facebook (Free) هو إضافة Chrome تم تطويرها بواسطة http://www.focusfacebook.com، والميزة الرئيسية لها هي "Follow only the people who matter most.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Focus for Facebook (Free)
قم بتنزيل ملفات الامتداد Focus for Facebook (Free) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | nkfihjeabidogobakemheeogdlkdgofb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/focus-for-facebook-free/nkfihjeabidogobakemheeogdlkdgofb |
الوصف | Follow only the people who matter most. |
حجم الملف | 434 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 3.50/5 مجموع تقييمات 4 |
المطور | http://www.focusfacebook.com |
نوع الدفع | free |
موقع الإضافة | http://www.focusfacebook.com |
عنوان صفحة المساعدة | http://www.focusfacebook.com/faq.html |
اللغات المدعومة | 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'" } |