LinkedIn Notification Remover

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

什麼是LinkedIn Notification Remover?

LinkedIn Notification Remover是由Little Big Rocket開發的Chrome擴展程式,該擴展的主要功能是“This extension will remove the 'We found new people in your network' notification from LinkedIn”。

擴展截圖

screenshot

下載LinkedIn Notification Remover擴展crx文件

下載LinkedIn Notification Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
官方網址 https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
簡介 This extension will remove the 'We found new people in your network' notification from LinkedIn
檔案大小 11.41 KB
安裝次數 24
目前版本 1.0.2
更新時間 2016-10-31
上架時間 2016-10-31
評分 5.00/5 共 1 次評分
開發者 Little Big Rocket
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}