LinkedIn Feed Blocker

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

LinkedIn Feed Blocker là gì?

LinkedIn Feed Blocker là một tiện ích mở rộng Chrome được phát triển bởi Luc Boruta, và tính năng chính của nó là "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkedIn Feed Blocker

Tải xuống các tệp mở rộng LinkedIn Feed Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
Mô tả Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Kích Thước Tệp 64.08 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-10-17
Ngày Phát Hành 2019-10-17
Đánh Giá 4.68/5 Tổng số 40 Đánh Giá
Nhà Phát Triển Luc Boruta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lucboruta/linkedin-feed-blocker
Ngôn Ngữ Được Hỗ Trợ 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"
}