增长信号未识别到付费功能中风险权限组合
LinkedIn No Auto-Follow icon

LinkedIn No Auto-Follow

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

用户数169当前公开安装规模
评分4.3商店平均评分
评论数7公开评论体量
Manifest 版本V3插件平台版本
7日增长+7近 7 天净增用户
7日增长率+4.32%相对周增长速度
视觉预览

LinkedIn No Auto-Follow 媒体预览

2 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

1611631661681702026年7月16日2026年7月19日2026年7月22日最新值: 169
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
4.29
最新值
4.29
7 日评分变化
0.00
4.194.244.294.344.392026年7月16日2026年7月19日2026年7月22日最新值: 4.29
2026年7月16日2026年7月22日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长增长
+7+4.32%
30日增长增长
+6+3.68%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本1.01
ManifestV3
大小20.25KiB
语言数1English (United Kingdom)
发布时间
最近更新
最近抓取
English (United Kingdom)
简介

插件简介

查看插件说明、主要功能和适用场景。

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

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级4.3Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分4.2仅基于下方已同步评论正文计算
有内容评论6已同步的评论正文数量
总评分/评论数7Chrome 商店公开评分/评论计数

商店综合星级:4.3。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

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); }); })(); ```

版本 1.01语言 en
Igor Stasiuk2026年1月23日
1

January 2026 - it doesn't work

版本 1.01语言 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

版本 1.01语言 en
Joel Wilson2025年9月11日
5

Works great

版本 1.01语言 en
Medo Del Rey2025年8月18日
5

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

版本 1.01语言 en
MrDSA2025年7月7日
5

Thanks a lot :)

版本 1.01语言 en