Feedless LinkedIn
Hides the LinkedIn newsfeed
ما هو Feedless LinkedIn؟
Feedless LinkedIn هو إضافة Chrome تم تطويرها بواسطة ksowocki، والميزة الرئيسية لها هي "Hides the LinkedIn newsfeed".
تحميل ملف CRX للإضافة Feedless LinkedIn
قم بتنزيل ملفات الامتداد Feedless LinkedIn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A chrome extension that removes the newsfeed from LinkedIn. If you're like me, you're trying to become more intentional about what you do on the web. Feedless LinkedIn is a chrome extension that removes the tempation to mindlessly scroll the LinkedIn newsfeed.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | kllcnmdcichbmjifobeckdkinimnakgp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/feedless-linkedin/kllcnmdcichbmjifobeckdkinimnakgp |
الوصف | Hides the LinkedIn newsfeed |
حجم الملف | 3.11 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-05-26 |
تاريخ النشر | 2014-05-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | ksowocki |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedless LinkedIn", "version": "1.0", "description": "Hides the LinkedIn newsfeed", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |