LinkedIn Feed Blocker

Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.

什么是LinkedIn Feed Blocker?

LinkedIn Feed Blocker是由Luc Boruta开发的Chrome扩展程序,该扩展的主要功能是“Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.”。

扩展截图

screenshot

下载LinkedIn Feed Blocker扩展crx文件

下载LinkedIn Feed Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. This extension is open source software, see the homepage URL for more information.                    

扩展基本信息

名称 LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
官方URL https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
简介 Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
文件大小 64.08 KB
安装次数 3,000
当前版本 0.0.2
更新时间 2019-10-17
上架时间 2019-10-17
评分 4.68/5 共40次评分
开发者 Luc Boruta
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lucboruta/linkedin-feed-blocker
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "linkedin-feed-blocker.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "description": "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.",
    "icons": {
        "16": "img\/ghost-16.png",
        "128": "img\/ghost-128.png",
        "512": "img\/ghost-512.png"
    },
    "manifest_version": 2,
    "name": "LinkedIn Feed Blocker",
    "version": "0.0.2"
}