LinkedIn Notification Remover

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

O que é LinkedIn Notification Remover?

LinkedIn Notification Remover é uma extensão do Chrome desenvolvida por Little Big Rocket, e sua principal característica é "This extension will remove the 'We found new people in your network' notification from LinkedIn".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LinkedIn Notification Remover

Baixe arquivos de extensão LinkedIn Notification Remover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
URL Oficial https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Descrição This extension will remove the 'We found new people in your network' notification from LinkedIn
Tamanho do Arquivo 11.41 KB
Contagem de Instalações 24
Versão Atual 1.0.2
Última Atualização 2016-10-31
Data de Publicação 2016-10-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Little Big Rocket
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}