Feedblocker
Remove feeds from LinkedIn.
ما هو Feedblocker؟
Feedblocker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Remove feeds from LinkedIn.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feedblocker
قم بتنزيل ملفات الامتداد Feedblocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Feedblocker is an extension that removes the feed from your LinkedIn home page to reduce distraction. How it works: 1. Install the extension 2. Pin the extension so it is easily accessible 3. Click on the extension while on the LinkedIn home page to remove the feed 4. To bring the feed back, click on the extension again Feedblocker is not affiliated with LinkedIn.
معلومات أساسية عن التمديد
الاسم | Feedblocker |
ID | obehkecmojmkiikdffbmnobnnmgikkfa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedblocker/obehkecmojmkiikdffbmnobnnmgikkfa |
الوصف | Remove feeds from LinkedIn. |
حجم الملف | 9.15 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 0.3 |
آخر تحديث | 2021-02-22 |
تاريخ النشر | 2021-02-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://www.feedblocker.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedblocker", "description": "Remove feeds from LinkedIn.", "version": "0.3", "minimum_chrome_version": "16.0.884", "permissions": [ "activeTab" ], "background": { "scripts": [ "feeds.js" ], "persistent": false }, "browser_action": { "default_title": "Remove LinkedIn feed", "default_icon": "icon128.png" }, "manifest_version": 2, "icons": { "128": "icon128.png" } } |