LinkedIn Unfollower

Unfollow all people from your LinkedIn followers tab

ما هو LinkedIn Unfollower؟

LinkedIn Unfollower هو إضافة Chrome تم تطويرها بواسطة Praveen Kajla، والميزة الرئيسية لها هي "Unfollow all people from your LinkedIn followers tab".

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

screenshot
screenshot

تحميل ملف CRX للإضافة LinkedIn Unfollower

قم بتنزيل ملفات الامتداد LinkedIn Unfollower بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Introducing our groundbreaking app that revolutionizes the way you manage your LinkedIn connections. Tired of a cluttered feed? Want to unfollow everyone on LinkedIn effortlessly? Look no further!

With our app, you can easily unfollow all individuals from your LinkedIn followers tab in just a few simple steps. No more tedious manual unfollowing. Visit https://www.linkedin.com/mynetwork/network-manager/people-follow/followers/ and navigate to the "Followers" section within the LinkedIn Network Manager. There, you'll find our user-friendly interface with an intuitive "Unfollow All" button.

Take charge of your LinkedIn experience and embark on a fresh journey with a cleaner feed. Remove unwanted connections and curate a network that aligns perfectly with your professional goals and interests. Our app streamlines the process, saving you time and effort.

Ready to start your LinkedIn transformation? 
Say goodbye to clutter and hello to a more focused and meaningful online networking experience.                    

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

الاسم LinkedIn Unfollower LinkedIn Unfollower
ID bimbbojapfpbbigjdpcdeiaiblhgndge
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bimbbojapfpbbigjdpcdeiaiblhgndge
الوصف Unfollow all people from your LinkedIn followers tab
حجم الملف 27.5 KB
عدد التثبيتات 10
النسخة الحالية 1.1
آخر تحديث 2023-07-11
تاريخ النشر 2023-07-07
المطور Praveen Kajla
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Unfollower",
    "description": "Unfollow all people from your LinkedIn followers tab",
    "version": "1.1",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}