LinkedIn Notification Remover

This extension will remove the 'We found new people in your network' notification from LinkedIn

LinkedIn Notification Remover là gì?

LinkedIn Notification Remover là một tiện ích mở rộng Chrome được phát triển bởi Little Big Rocket, và tính năng chính của nó là "This extension will remove the 'We found new people in your network' notification from LinkedIn".

Ả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 Notification Remover

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

                        This extension runs quietly in the background of your browser and removes the red number (notification for "We found new people in your network") on the top left navigation on LinkedIn. If you find that notification to be annoying, then this extension is for you. Install/enable it and that's it, no further action needed.                    

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

Tên LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Mô tả This extension will remove the 'We found new people in your network' notification from LinkedIn
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-10-31
Ngày Phát Hành 2016-10-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Little Big Rocket
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Notification Remover",
    "description": "This extension will remove the 'We found new people in your network' notification from LinkedIn",
    "version": "1.0.2",
    "content_scripts": [
        {
            "js": [
                "linover.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}