LinkedIn Notification Remover

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

Cos'è LinkedIn Notification Remover?

LinkedIn Notification Remover è un'estensione di Chrome sviluppata da Little Big Rocket, e la sua funzione principale è "This extension will remove the 'We found new people in your network' notification from LinkedIn".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedIn Notification Remover

Scarica i file di estensione LinkedIn Notification Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Descrizione This extension will remove the 'We found new people in your network' notification from LinkedIn
Dimensione del File 11.41 KB
Conteggio Installazioni 24
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-10-31
Data di Pubblicazione 2016-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Little Big Rocket
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}