LinkedIn Unfollower

Unfollow all people from your LinkedIn followers tab

LinkedIn Unfollower란 무엇입니까?

LinkedIn Unfollower은(는) Praveen Kajla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unfollow all people from your LinkedIn followers tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LinkedIn Unfollower 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}