Hide Political Facebook Posts
When clicked will remove most political posts from your news feed.
ما هو Hide Political Facebook Posts؟
Hide Political Facebook Posts هو إضافة Chrome تم تطويرها بواسطة Jeff Lombard، والميزة الرئيسية لها هي "When clicked will remove most political posts from your news feed.".
تحميل ملف CRX للإضافة Hide Political Facebook Posts
قم بتنزيل ملفات الامتداد Hide Political Facebook Posts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension lets you toggle political posts from your friends on your newsfeed. This is a beta version, most political posts should filter but not everything will.
معلومات أساسية عن التمديد
الاسم | |
ID | jagdgefimnlfaclfipennjhllmlcjclo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/jagdgefimnlfaclfipennjhllmlcjclo |
الوصف | When clicked will remove most political posts from your news feed. |
حجم الملف | 16.43 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-07-28 |
تاريخ النشر | 2016-07-28 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Jeff Lombard |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jefflombard/facebook-hide-political |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Political Facebook Posts", "manifest_version": 2, "version": "1.2", "description": "When clicked will remove most political posts from your news feed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "run.js" ] }, "permissions": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/" ], "browser_action": { "default_title": "Hide Political Posts", "default_icon": "icon.png", "author": "Jeff Lombard" } } |