LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
什么是LinkedIn Notification Remover?
LinkedIn Notification Remover是由Little Big Rocket开发的Chrome扩展程序,该扩展的主要功能是“This extension will remove the 'We found new people in your network' notification from LinkedIn”。
扩展截图
下载LinkedIn Notification Remover扩展crx文件
下载LinkedIn Notification Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension runs quietly in the background of your browser and removes the red number (notification for "We found new people in your network") on the top left navigation on LinkedIn. If you find that notification to be annoying, then this extension is for you. Install/enable it and that's it, no further action needed.
扩展基本信息
名称 | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
官方URL | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
简介 | This extension will remove the 'We found new people in your network' notification from LinkedIn |
文件大小 | 11.41 KB |
安装次数 | 24 |
当前版本 | 1.0.2 |
更新时间 | 2016-10-31 |
上架时间 | 2016-10-31 |
评分 | 5.00/5 共1次评分 |
开发者 | Little Big Rocket |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Notification Remover", "description": "This extension will remove the 'We found new people in your network' notification from LinkedIn", "version": "1.0.2", "content_scripts": [ { "js": [ "linover.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |