Feedless LinkedIn

Hides the LinkedIn newsfeed

Feedless LinkedIn là gì?

Feedless LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi ksowocki, và tính năng chính của nó là "Hides the LinkedIn newsfeed".

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

Tải xuống các tệp mở rộng Feedless LinkedIn 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

                        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.                    

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

Tên Feedless LinkedIn Feedless LinkedIn
ID kllcnmdcichbmjifobeckdkinimnakgp
URL Chính Thức https://chrome.google.com/webstore/detail/feedless-linkedin/kllcnmdcichbmjifobeckdkinimnakgp
Mô tả Hides the LinkedIn newsfeed
Kích Thước Tệp 3.11 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-05-26
Ngày Phát Hành 2014-05-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ksowocki
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}