Growth signalNo paid features detectedMedium-risk permissions
LinkedIn No Auto-Follow icon

LinkedIn No Auto-Follow

Automatically unchecks the 'Follow company' checkbox when applying for jobs on LinkedIn

Users169Current public install base
Rating4.3Store average score
Reviews7Public review volume
Manifest versionV3Extension platform version
7-day growth+7Net users gained this week
7-day growth rate+4.32%Relative weekly velocity
Preview

LinkedIn No Auto-Follow Media preview

2 assets
Trend

User growth trend

Review user movement across collected snapshots.

User Growth Over Time

1611631661681702026年7月16日2026年7月19日2026年7月22日Latest: 169
Rating trend

7-day rating trend

View collected rating snapshots from the latest 7-day window to assess rating stability.

7-day rating change

Start
4.29
Latest
4.29
7-day rating change
0.00
4.194.244.294.344.392026年7月16日2026年7月19日2026年7月22日Latest: 4.29
2026年7月16日2026年7月22日
Growth overview

Daily, weekly, and monthly growth

Compare 1-day, 7-day, and 30-day net growth and growth rate.

1-day growthFlat
00%
7-day growthGrowing
+7+4.32%
30-day growthGrowing
+6+3.68%
Technical snapshot

Version, languages, and crawl freshness

Review publication date, version, supported languages, and crawl timestamps.

Version1.01
ManifestV3
Size20.25KiB
Languages1English (United Kingdom)
Published
Store updated
Last crawled
English (United Kingdom)
Overview

Product summary

Review the store description, core capabilities, and common use cases.

Take control of your LinkedIn experience and stop unwanted company follows!

This extension automatically unchecks the "Follow Company" checkbox when applying for jobs.

What it does:

- Automatically unchecks the "Follow Company" checkbox during job applications

- Works on all LinkedIn job pages

- Easy enable/disable toggle

Reviews

Recent review snapshot

Inspect the latest comments and rating distribution.

Store average score4.3Chrome Web Store aggregate rating, including ratings without synced review text
Synced text average4.2Average computed only from synced review bodies below
Reviews with text6Synced review bodies
Total ratings / reviews7Chrome Web Store public rating/review count

Store average score: 4.3. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.

5
4
4
1
3
0
2
0
1
1
Onno Rouast2026年5月21日
4

This used to work for me but it seems slightly buggy? Sometimes the checkmark would not get undone, but it still worked, a bit confusing. Anyway, I wrote the whole thing myself, I now use this as a Tampermonkey userscript ``` (function() { document.addEventListener('click', (event) => { const applyButton = event.target.closest('button#jobs-apply-button-id:not([role="link"])'); if (!applyButton) return; setTimeout(() => { const applyModal = document.querySelector('[data-test-modal-id="easy-apply-modal"]'); if (!applyModal) return; const uncheckFollowIfExists = () => { const checkbox = applyModal.querySelector('input#follow-company-checkbox[type="checkbox"]'); if (checkbox && checkbox.checked) { checkbox.click(); console.debug('Auto-unchecked the company follow checkbox.'); return true; } return false; } if (uncheckFollowIfExists()) { return; } const applyModalObserver = new MutationObserver((_mutations, observer) => { if (uncheckFollowIfExists()) { observer.disconnect(); } }); applyModalObserver.observe(applyModal, { childList: true, subtree: true }); }, 10); }); })(); ```

Version 1.01Language en
Igor Stasiuk2026年1月23日
1

January 2026 - it doesn't work

Version 1.01Language en
Gary Chen2025年9月20日
5

the follow company checkbox appeared checked for me still, but it does actually result in not following the company afterwards if you check, so it works

Version 1.01Language en
Joel Wilson2025年9月11日
5

Works great

Version 1.01Language en
Medo Del Rey2025年8月18日
5

Simple but does the job, I'm tired of unchecking that annoying box.

Version 1.01Language en
MrDSA2025年7月7日
5

Thanks a lot :)

Version 1.01Language en