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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}