LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
Wat is LinkedIn Notification Remover?
LinkedIn Notification Remover is een Chrome-extensie ontwikkeld door Little Big Rocket, en de belangrijkste functie is "This extension will remove the 'We found new people in your network' notification from LinkedIn".
Extensie Screenshots
Download het CRX-bestand van de extensie LinkedIn Notification Remover
Download LinkedIn Notification Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
Officiële URL | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
Beschrijving | This extension will remove the 'We found new people in your network' notification from LinkedIn |
Bestandsgrootte | 11.41 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-10-31 |
Publicatiedatum | 2016-10-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Little Big Rocket |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |