LinkOff - Filter and Customizer for LinkedIn™

LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.

ما هو LinkOff - Filter and Customizer for LinkedIn™؟

LinkOff - Filter and Customizer for LinkedIn™ هو إضافة Chrome تم تطويرها بواسطة https://jelich.cc، والميزة الرئيسية لها هي "LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LinkOff - Filter and Customizer for LinkedIn™

قم بتنزيل ملفات الامتداد LinkOff - Filter and Customizer for LinkedIn™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Make your LinkedIn experience better, instantly! With fewer distractions and better filtered content your sales, lead generation and networking will be a smoother and more enjoyable experience.

No more seeing unwanted likes and comments by your connections. Block the feed or filter it using custom keywords and find the connections and posts you want more easily. Job seeking? Advanced job filtering coming soon. While you are waiting, clean up your inbox - it can do it!

Also available on Firefox. Coming soon to Opera and other browsers.

🚀 Features
  ⭐️ Option to hide the whole feed
  ⭐️ Post filtering by content (polls, videos, promoted, shared, etc)
  ⭐️ Hide posts by companies or specific people
  ⭐️ Filter by custom keywords (politics, coronavirus, vaccination, Noah Jelich, whatever)
  ⭐️ Hide posts shown due to interactions (comments, reactions, followed by connections)
  ⭐️ Hide irrelevant old posts (older than an hour, day, week, month)

  ⭐️ Select messages for mass deletion (clean your inbox)
  ⭐️ Unfollow all connections (without them seeing it)
  ⭐️ MESSAGE FILTERS COMING SOON

  ⭐️ JOB FILTERING COMING SOON

  ⭐️ Block ads on LinkedIn (banners, and sidebar)
  ⭐️ Hide LinkedIn learning and course recommendations
  ⭐️ Hide community panel and follow recommendations
  ⭐️ Stop LinkedIn premium upsell pestering
  ⭐️ Dark mode for LinkedIn

  ⭐️ Fully configurable to suit your need!
  ⭐️ Completely FREE and with NO ADS

  ⭐️ Made with ❤️ by Noah Jelich

🚀 FAQ

   ⭐️ Are you going to make a Tampermonkey/Greasemonkey script?
Unfortunately, no. I do not have time to maintain any more code
   ⭐️ What about Vivaldi/Brave/Edge/Opera and other browsers?
The extension can be natively installed on all chromium browsers
   ⭐️ What about Safari and MacOs?
The store charges 100$ per year to post apps, which I cannot afford
   ⭐️ How can I use this on mobile?
Since neither Chrome or Firefox allow for extensions in mobile browsers, you need to install a chromium distribution that does. I recommend Kiwi Browser (if you have any issues, please report them, still testing mobile support)                    

معلومات أساسية عن التمديد

الاسم LinkOff - Filter and Customizer for LinkedIn™ LinkOff - Filter and Customizer for LinkedIn™
ID maanaljajdhhnllllmhmiiboodmoffon
عنوان URL الرسمي https://chromewebstore.google.com/detail/linkoff-filter-and-custom/maanaljajdhhnllllmhmiiboodmoffon
الوصف LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.
حجم الملف 74.62 KB
عدد التثبيتات 1,368
النسخة الحالية 1.5.0
آخر تحديث 2022-06-26
تاريخ النشر 2021-04-08
تقييم 4.53/5 مجموع تقييمات 17
المطور https://jelich.cc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/njelich/LinkOff
عنوان صفحة المساعدة https://github.com/njelich/LinkOff
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkOff - Filter and Customizer for LinkedIn\u2122",
    "short_name": "LinkOff",
    "author": "Noah Jelich",
    "version": "1.5.0",
    "description": "LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icons\/forbidden.svg"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "https:\/\/www.linkedin.com\/*",
        "storage"
    ]
}