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
官方網址 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"
}