LinkedIn Notification Remover

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

Hvad er LinkedIn Notification Remover?

LinkedIn Notification Remover er en Chrome-udvidelse udviklet af Little Big Rocket, og dens hovedfunktion er "This extension will remove the 'We found new people in your network' notification from LinkedIn".

Udvidelsesskærmbilleder

screenshot

Download LinkedIn Notification Remover-udvidelses-CRX-fil

Download LinkedIn Notification Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
Officiel URL https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Beskrivelse This extension will remove the 'We found new people in your network' notification from LinkedIn
Filstørrelse 11.41 KB
Antal Installationer 24
Nuværende Version 1.0.2
Senest Opdateret 2016-10-31
Udgivelsesdato 2016-10-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Little Big Rocket
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}