Feedless LinkedIn
Hides the LinkedIn newsfeed
什么是Feedless LinkedIn?
Feedless LinkedIn是由ksowocki开发的Chrome扩展程序,该扩展的主要功能是“Hides the LinkedIn newsfeed”。
下载Feedless LinkedIn扩展crx文件
下载Feedless LinkedIn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension that removes the newsfeed from LinkedIn. If you're like me, you're trying to become more intentional about what you do on the web. Feedless LinkedIn is a chrome extension that removes the tempation to mindlessly scroll the LinkedIn newsfeed.
扩展基本信息
名称 | ![]() |
ID | kllcnmdcichbmjifobeckdkinimnakgp |
官方URL | https://chrome.google.com/webstore/detail/feedless-linkedin/kllcnmdcichbmjifobeckdkinimnakgp |
简介 | Hides the LinkedIn newsfeed |
文件大小 | 3.11 KB |
安装次数 | 24 |
当前版本 | 1.0 |
更新时间 | 2014-05-26 |
上架时间 | 2014-05-26 |
评分 | 5.00/5 共1次评分 |
开发者 | ksowocki |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedless LinkedIn", "version": "1.0", "description": "Hides the LinkedIn newsfeed", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |